#6C2928

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

Shades of Auburn #6C2928

Tints of Auburn #6C2928

Color information

#6C2928 (or 0x6C2928) is unknown color: approx Auburn. HEX triplet: 6C, 29 and 28. RGB value is (108,41,40). Sum of RGB (Red+Green+Blue) = 108+41+40=189 (25% of max value = 765). Red value is 108 (42.58% from 255 or 57.14% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2928 is #93D6D7. Grayscale: #3C3C3C. Windows color (decimal): -9688792 or 2632044. OLE color: 2632044.

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

Color convert

RGB1084140-
CMYK00.620.630.58
HSL0.88º45.95%29.02%-
HSV(B)0.88º62.96%42.35%-
XYZ7.364.932.57-
YUV60.92116.2161.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 57.14%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=57.14%
G=21.69%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108414000.620.630.580.8845.9529.02
Hex6C292803E3F3A12e1d
Octal1545150076777215635
Binary11011001010011010000111110111111111010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,41,40); }

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

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

 a { background-color: rgb(108,41,40); }

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

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

 span { border-color: rgb(108,41,40); }

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