#6F2A16

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

Shades of Pueblo #6F2A16

Tints of Pueblo #6F2A16

Color information

#6F2A16 (or 0x6F2A16) is unknown color: approx Pueblo. HEX triplet: 6F, 2A and 16. RGB value is (111,42,22). Sum of RGB (Red+Green+Blue) = 111+42+22=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2A16 is #90D5E9. Grayscale: #3C3C3C. Windows color (decimal): -9491946 or 1452655. OLE color: 1452655.

HSL color Cylindrical-coordinate representation of color #6F2A16: hue angle of 13.48º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F2A16 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1114222-
CMYK00.620.800.56
HSL13.48º66.92%26.08%-
HSV(B)13.48º80.18%43.53%-
XYZ7.535.091.35-
YUV60.35106.36164.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.43%
GREEN value IS 42 (16.80% from 255) = 24%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=63.43%
G=24%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111422200.620.800.5613.4866.9226.08
Hex6F2A1603E5038d431a
Octal1575226076120701510332
Binary110111110101010110011111010100001110001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,42,22); }

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

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

 a { background-color: rgb(111,42,22); }

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

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

 span { border-color: rgb(111,42,22); }

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