#6C2612

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

Shades of Pueblo #6C2612

Tints of Pueblo #6C2612

Color information

#6C2612 (or 0x6C2612) is unknown color: approx Pueblo. HEX triplet: 6C, 26 and 12. RGB value is (108,38,18). Sum of RGB (Red+Green+Blue) = 108+38+18=164 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.85% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2612 is #93D9ED. Grayscale: #383838. Windows color (decimal): -9689582 or 1189484. OLE color: 1189484.

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

Color convert

RGB1083818-
CMYK00.650.830.58
HSL13.33º71.43%24.71%-
HSV(B)13.33º83.33%42.35%-
XYZ6.994.621.1-
YUV56.65106.19164.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 65.85%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 18 (7.42% from 255) = 10.98%
R=65.85%
G=23.17%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108381800.650.830.5813.3371.4324.71
Hex6C2612041533Ad4719
Octal15446220101123721510731
Binary1101100100110100100100000110100111110101101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,38,18); }

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

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

 a { background-color: rgb(108,38,18); }

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

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

 span { border-color: rgb(108,38,18); }

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