#6F2711

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

Shades of Pueblo #6F2711

Tints of Pueblo #6F2711

Color information

#6F2711 (or 0x6F2711) is unknown color: approx Pueblo. HEX triplet: 6F, 27 and 11. RGB value is (111,39,17). Sum of RGB (Red+Green+Blue) = 111+39+17=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2711 is #90D8EE. Grayscale: #3A3A3A. Windows color (decimal): -9492719 or 1124207. OLE color: 1124207.

HSL color Cylindrical-coordinate representation of color #6F2711: hue angle of 14.04º 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 #6F2711 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1113917-
CMYK00.650.850.56
HSL14.04º73.44%25.1%-
HSV(B)14.04º84.68%43.53%-
XYZ7.384.871.08-
YUV58.02104.85165.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.47%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 17 (7.03% from 255) = 10.18%
R=66.47%
G=23.35%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111391700.650.850.5614.0473.4425.1
Hex6F27110415538e4919
Octal15747210101125701611131
Binary1101111100111100010100000110101011110001110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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