#6B2920

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

Shades of Pueblo #6B2920

Tints of Pueblo #6B2920

Color information

#6B2920 (or 0x6B2920) is unknown color: approx Pueblo. HEX triplet: 6B, 29 and 20. RGB value is (107,41,32). Sum of RGB (Red+Green+Blue) = 107+41+32=180 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.44% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2920 is #94D6DF. Grayscale: #3B3B3B. Windows color (decimal): -9754336 or 2107755. OLE color: 2107755.

HSL color Cylindrical-coordinate representation of color #6B2920: hue angle of 7.2º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B2920 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB1074132-
CMYK00.620.700.58
HSL7.2º53.96%27.25%-
HSV(B)7.2º70.09%41.96%-
XYZ7.124.821.92-
YUV59.71112.37161.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 59.44%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=59.44%
G=22.78%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107413200.620.700.587.253.9627.25
Hex6B292003E463A7361b
Octal15351400761067276633
Binary11010111010011000000111110100011011101011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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