#6F3222

Color #6F3222 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #6F3222

Tints of Pueblo #6F3222

Color information

#6F3222 (or 0x6F3222) is unknown color: approx Pueblo. HEX triplet: 6F, 32 and 22. RGB value is (111,50,34). Sum of RGB (Red+Green+Blue) = 111+50+34=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3222 is #90CDDD. Grayscale: #424242. Windows color (decimal): -9489886 or 2241135. OLE color: 2241135.

HSL color Cylindrical-coordinate representation of color #6F3222: hue angle of 12.47º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F3222 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB1115034-
CMYK00.550.690.56
HSL12.47º53.1%28.43%-
HSV(B)12.47º69.37%43.53%-
XYZ7.985.782.21-
YUV66.42109.71159.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 56.92%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 34 (13.67% from 255) = 17.44%
R=56.92%
G=25.64%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111503400.550.690.5612.4753.128.43
Hex6F32220374538c351c
Octal157624206710570146534
Binary110111111001010001001101111000101111000110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F3222; }

 p { color: rgb(111,50,34); }

 H1.HeaderClassName
 {
   color: #6F3222;
 }
 .AnyTagClassName
 {
   color: #6F3222;
 }
</style>
background-color css

<style>
 a { background-color: #6F3222; }

 a { background-color: rgb(111,50,34); }

 div.DivClassName
 {
   background-color: #6F3222;
 }
 .BgClassName
 {
   background-color: #6F3222;
 }
</style>
border-color css

<style>
 span { border-color: #6F3222; }

 span { border-color: rgb(111,50,34); }

 td.TdClassName
 {
   border-color: #6F3222;
 }
 .TagClassName
 {
   border-color: #6F3222;
 }
</style>