#6F3325

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

Shades of Pueblo #6F3325

Tints of Pueblo #6F3325

Color information

#6F3325 (or 0x6F3325) is unknown color: approx Pueblo. HEX triplet: 6F, 33 and 25. RGB value is (111,51,37). Sum of RGB (Red+Green+Blue) = 111+51+37=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3325 is #90CCDA. Grayscale: #434343. Windows color (decimal): -9489627 or 2437999. OLE color: 2437999.

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

Color convert

RGB1115137-
CMYK00.540.670.56
HSL11.35º50%29.02%-
HSV(B)11.35º66.67%43.53%-
XYZ8.075.882.46-
YUV67.34110.88159.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=55.78%
G=25.63%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111513700.540.670.5611.355029.02
Hex6F33250364338b321d
Octal157634506610370136235
Binary110111111001110010101101101000011111000101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,37); }

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

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

 a { background-color: rgb(111,51,37); }

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

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

 span { border-color: rgb(111,51,37); }

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