#6E2612

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

Shades of Pueblo #6E2612

Tints of Pueblo #6E2612

Color information

#6E2612 (or 0x6E2612) is unknown color: approx Pueblo. HEX triplet: 6E, 26 and 12. RGB value is (110,38,18). Sum of RGB (Red+Green+Blue) = 110+38+18=166 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.27% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2612 is #91D9ED. Grayscale: #393939. Windows color (decimal): -9558510 or 1189486. OLE color: 1189486.

HSL color Cylindrical-coordinate representation of color #6E2612: hue angle of 13.04º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E2612 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB1103818-
CMYK00.650.840.57
HSL13.04º71.88%25.1%-
HSV(B)13.04º83.64%43.14%-
XYZ7.234.741.11-
YUV57.25105.85165.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 66.27%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 18 (7.42% from 255) = 10.84%
R=66.27%
G=22.89%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110381800.650.840.5713.0471.8825.1
Hex6E26120415439d4819
Octal15646220101124711511031
Binary1101110100110100100100000110101001110011101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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