#6B2C29

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

Shades of Auburn #6B2C29

Tints of Auburn #6B2C29

Color information

#6B2C29 (or 0x6B2C29) is unknown color: approx Auburn. HEX triplet: 6B, 2C and 29. RGB value is (107,44,41). Sum of RGB (Red+Green+Blue) = 107+44+41=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2C29 is #94D3D6. Grayscale: #3E3E3E. Windows color (decimal): -9753559 or 2698347. OLE color: 2698347.

HSL color Cylindrical-coordinate representation of color #6B2C29: hue angle of 2.73º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B2C29 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB1074441-
CMYK00.590.620.58
HSL2.73º44.59%29.02%-
HSV(B)2.73º61.68%41.96%-
XYZ7.365.092.69-
YUV62.5115.87159.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.73%
GREEN value IS 44 (17.58% from 255) = 22.92%
BLUE value IS 41 (16.41% from 255) = 21.35%
R=55.73%
G=22.92%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107444100.590.620.582.7344.5929.02
Hex6B2C2903B3E3A32d1d
Octal1535451073767235535
Binary110101110110010100101110111111101110101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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