#6E3120

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

Shades of Pueblo #6E3120

Tints of Pueblo #6E3120

Color information

#6E3120 (or 0x6E3120) is unknown color: approx Pueblo. HEX triplet: 6E, 31 and 20. RGB value is (110,49,32). Sum of RGB (Red+Green+Blue) = 110+49+32=191 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.59% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3120 is #91CEDF. Grayscale: #414141. Windows color (decimal): -9555680 or 2109806. OLE color: 2109806.

HSL color Cylindrical-coordinate representation of color #6E3120: hue angle of 13.08º 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 #6E3120 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB1104932-
CMYK00.550.710.57
HSL13.08º54.93%27.84%-
HSV(B)13.08º70.91%43.14%-
XYZ7.795.622.04-
YUV65.3109.21159.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 57.59%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=57.59%
G=25.65%
B=16.75%

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
Decimal110493200.550.710.5713.0854.9327.84
Hex6E31200374739d371c
Octal156614006710771156734
Binary110111011000110000001101111000111111001110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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