#6F2B11

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

Shades of Pueblo #6F2B11

Tints of Pueblo #6F2B11

Color information

#6F2B11 (or 0x6F2B11) is unknown color: approx Pueblo. HEX triplet: 6F, 2B and 11. RGB value is (111,43,17). Sum of RGB (Red+Green+Blue) = 111+43+17=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2B11 is #90D4EE. Grayscale: #3C3C3C. Windows color (decimal): -9491695 or 1125231. OLE color: 1125231.

HSL color Cylindrical-coordinate representation of color #6F2B11: hue angle of 16.6º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F2B11 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1114317-
CMYK00.610.850.56
HSL16.6º73.44%25.1%-
HSV(B)16.6º84.68%43.53%-
XYZ7.525.151.13-
YUV60.37103.53164.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.91%
GREEN value IS 43 (17.19% from 255) = 25.15%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=64.91%
G=25.15%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111431700.610.850.5616.673.4425.1
Hex6F2B1103D5538114919
Octal1575321075125702111131
Binary1101111101011100010111101101010111100010001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,43,17); }

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

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

 a { background-color: rgb(111,43,17); }

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

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

 span { border-color: rgb(111,43,17); }

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