#6B2720

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

Shades of Pueblo #6B2720

Tints of Pueblo #6B2720

Color information

#6B2720 (or 0x6B2720) is unknown color: approx Pueblo. HEX triplet: 6B, 27 and 20. RGB value is (107,39,32). Sum of RGB (Red+Green+Blue) = 107+39+32=178 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.11% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2720 is #94D8DF. Grayscale: #3A3A3A. Windows color (decimal): -9754848 or 2107243. OLE color: 2107243.

HSL color Cylindrical-coordinate representation of color #6B2720: hue angle of 5.6º 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 #6B2720 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB1073932-
CMYK00.640.700.58
HSL5.6º53.96%27.25%-
HSV(B)5.6º70.09%41.96%-
XYZ7.054.681.9-
YUV58.53113.03162.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 60.11%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=60.11%
G=21.91%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107393200.640.700.585.653.9627.25
Hex6B2720040463A6361b
Octal153474001001067266633
Binary110101110011110000001000000100011011101011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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