#6C2826

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

Shades of Auburn #6C2826

Tints of Auburn #6C2826

Color information

#6C2826 (or 0x6C2826) is unknown color: approx Auburn. HEX triplet: 6C, 28 and 26. RGB value is (108,40,38). Sum of RGB (Red+Green+Blue) = 108+40+38=186 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.06% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2826 is #93D7D9. Grayscale: #3C3C3C. Windows color (decimal): -9689050 or 2500716. OLE color: 2500716.

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

Color convert

RGB1084038-
CMYK00.630.650.58
HSL1.71º47.95%28.63%-
HSV(B)1.71º64.81%42.35%-
XYZ7.294.852.38-
YUV60.1115.53162.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 58.06%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=58.06%
G=21.51%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108403800.630.650.581.7147.9528.63
Hex6C282603F413A2301d
Octal15450460771017226035
Binary1101100101000100110011111110000011110101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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