#6F3321

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

Shades of Pueblo #6F3321

Tints of Pueblo #6F3321

Color information

#6F3321 (or 0x6F3321) is unknown color: approx Pueblo. HEX triplet: 6F, 33 and 21. RGB value is (111,51,33). Sum of RGB (Red+Green+Blue) = 111+51+33=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3321 is #90CCDE. Grayscale: #434343. Windows color (decimal): -9489631 or 2175855. OLE color: 2175855.

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

Color convert

RGB1115133-
CMYK00.540.700.56
HSL13.85º54.17%28.24%-
HSV(B)13.85º70.27%43.53%-
XYZ8.015.862.15-
YUV66.89108.88159.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.92%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=56.92%
G=26.15%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111513300.540.700.5613.8554.1728.24
Hex6F33210364638e361c
Octal157634106610670166634
Binary110111111001110000101101101000110111000111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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