#6C2624

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

Shades of Auburn #6C2624

Tints of Auburn #6C2624

Color information

#6C2624 (or 0x6C2624) is unknown color: approx Auburn. HEX triplet: 6C, 26 and 24. RGB value is (108,38,36). Sum of RGB (Red+Green+Blue) = 108+38+36=182 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.34% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2624 is #93D9DB. Grayscale: #3A3A3A. Windows color (decimal): -9689564 or 2369132. OLE color: 2369132.

HSL color Cylindrical-coordinate representation of color #6C2624: hue angle of 1.67º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C2624 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB1083836-
CMYK00.650.670.58
HSL1.67º50%28.24%-
HSV(B)1.67º66.67%42.35%-
XYZ7.24.72.2-
YUV58.7115.19163.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 59.34%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 36 (14.45% from 255) = 19.78%
R=59.34%
G=20.88%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108383600.650.670.581.675028.24
Hex6C2624041433A2321c
Octal154464401011037226234
Binary11011001001101001000100000110000111110101011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,38,36); }

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

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

 a { background-color: rgb(108,38,36); }

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

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

 span { border-color: rgb(108,38,36); }

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