#6C2711

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

Shades of Pueblo #6C2711

Tints of Pueblo #6C2711

Color information

#6C2711 (or 0x6C2711) is unknown color: approx Pueblo. HEX triplet: 6C, 27 and 11. RGB value is (108,39,17). Sum of RGB (Red+Green+Blue) = 108+39+17=164 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.85% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2711 is #93D8EE. Grayscale: #393939. Windows color (decimal): -9689327 or 1124204. OLE color: 1124204.

HSL color Cylindrical-coordinate representation of color #6C2711: hue angle of 14.51º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C2711 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB1083917-
CMYK00.640.840.58
HSL14.51º72.8%24.51%-
HSV(B)14.51º84.26%42.35%-
XYZ7.014.681.06-
YUV57.12105.36164.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 65.85%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 17 (7.03% from 255) = 10.37%
R=65.85%
G=23.78%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108391700.640.840.5814.5172.824.51
Hex6C2711040543Af4919
Octal15447210100124721711131
Binary1101100100111100010100000010101001110101111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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