#6E3220

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

Shades of Pueblo #6E3220

Tints of Pueblo #6E3220

Color information

#6E3220 (or 0x6E3220) is unknown color: approx Pueblo. HEX triplet: 6E, 32 and 20. RGB value is (110,50,32). Sum of RGB (Red+Green+Blue) = 110+50+32=192 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.29% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3220 is #91CDDF. Grayscale: #424242. Windows color (decimal): -9555424 or 2110062. OLE color: 2110062.

HSL color Cylindrical-coordinate representation of color #6E3220: hue angle of 13.85º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E3220 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB1105032-
CMYK00.550.710.57
HSL13.85º54.93%27.84%-
HSV(B)13.85º70.91%43.14%-
XYZ7.835.72.05-
YUV65.89108.88159.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 57.29%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 32 (12.89% from 255) = 16.67%
R=57.29%
G=26.04%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110503200.550.710.5713.8554.9327.84
Hex6E32200374739e371c
Octal156624006710771166734
Binary110111011001010000001101111000111111001111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,50,32); }

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

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

 a { background-color: rgb(110,50,32); }

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

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

 span { border-color: rgb(110,50,32); }

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