#6F3529

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

Shades of Pueblo #6F3529

Tints of Pueblo #6F3529

Color information

#6F3529 (or 0x6F3529) is unknown color: approx Pueblo. HEX triplet: 6F, 35 and 29. RGB value is (111,53,41). Sum of RGB (Red+Green+Blue) = 111+53+41=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3529 is #90CAD6. Grayscale: #454545. Windows color (decimal): -9489111 or 2700655. OLE color: 2700655.

HSL color Cylindrical-coordinate representation of color #6F3529: hue angle of 10.29º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F3529 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1115341-
CMYK00.520.630.56
HSL10.29º46.05%29.8%-
HSV(B)10.29º63.06%43.53%-
XYZ8.236.092.84-
YUV68.97112.22157.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.15%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 41 (16.41% from 255) = 20%
R=54.15%
G=25.85%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111534100.520.630.5610.2946.0529.8
Hex6F35290343F38a2e1e
Octal15765510647770125636
Binary11011111101011010010110100111111111000101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,53,41); }

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

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

 a { background-color: rgb(111,53,41); }

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

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

 span { border-color: rgb(111,53,41); }

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