#6F3729

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

Shades of Pueblo #6F3729

Tints of Pueblo #6F3729

Color information

#6F3729 (or 0x6F3729) is unknown color: approx Pueblo. HEX triplet: 6F, 37 and 29. RGB value is (111,55,41). Sum of RGB (Red+Green+Blue) = 111+55+41=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3729 is #90C8D6. Grayscale: #464646. Windows color (decimal): -9488599 or 2701167. OLE color: 2701167.

HSL color Cylindrical-coordinate representation of color #6F3729: hue angle of 12º 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 #6F3729 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1115541-
CMYK00.500.630.56
HSL12º46.05%29.8%-
HSV(B)12º63.06%43.53%-
XYZ8.326.272.87-
YUV70.15111.55157.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.62%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 41 (16.41% from 255) = 19.81%
R=53.62%
G=26.57%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111554100.500.630.561246.0529.8
Hex6F37290323F38c2e1e
Octal15767510627770145636
Binary11011111101111010010110010111111111000110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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