#6E2920

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

Shades of Pueblo #6E2920

Tints of Pueblo #6E2920

Color information

#6E2920 (or 0x6E2920) is unknown color: approx Pueblo. HEX triplet: 6E, 29 and 20. RGB value is (110,41,32). Sum of RGB (Red+Green+Blue) = 110+41+32=183 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.11% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2920 is #91D6DF. Grayscale: #3C3C3C. Windows color (decimal): -9557728 or 2107758. OLE color: 2107758.

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

Color convert

RGB1104132-
CMYK00.630.710.57
HSL6.92º54.93%27.84%-
HSV(B)6.92º70.91%43.14%-
XYZ7.485.011.94-
YUV60.6111.86163.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 60.11%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=60.11%
G=22.40%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110413200.630.710.576.9254.9327.84
Hex6E292003F47397371c
Octal15651400771077176734
Binary11011101010011000000111111100011111100111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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