#6F3827

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

Shades of Pueblo #6F3827

Tints of Pueblo #6F3827

Color information

#6F3827 (or 0x6F3827) is unknown color: approx Pueblo. HEX triplet: 6F, 38 and 27. RGB value is (111,56,39). Sum of RGB (Red+Green+Blue) = 111+56+39=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3827 is #90C7D8. Grayscale: #464646. Windows color (decimal): -9488345 or 2570351. OLE color: 2570351.

HSL color Cylindrical-coordinate representation of color #6F3827: hue angle of 14.17º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F3827 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1115639-
CMYK00.500.650.56
HSL14.17º48%29.41%-
HSV(B)14.17º64.86%43.53%-
XYZ8.346.352.71-
YUV70.51110.22156.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.88%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=53.88%
G=27.18%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111563900.500.650.5614.174829.41
Hex6F38270324138e301d
Octal157704706210170166035
Binary110111111100010011101100101000001111000111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,56,39); }

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

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

 a { background-color: rgb(111,56,39); }

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

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

 span { border-color: rgb(111,56,39); }

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