#6A2825

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

Shades of Auburn #6A2825

Tints of Auburn #6A2825

Color information

#6A2825 (or 0x6A2825) is unknown color: approx Auburn. HEX triplet: 6A, 28 and 25. RGB value is (106,40,37). Sum of RGB (Red+Green+Blue) = 106+40+37=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2825 is #95D7DA. Grayscale: #3B3B3B. Windows color (decimal): -9820123 or 2435178. OLE color: 2435178.

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

Color convert

RGB1064037-
CMYK00.620.650.58
HSL2.61º48.25%28.04%-
HSV(B)2.61º65.09%41.57%-
XYZ7.044.722.29-
YUV59.39115.37161.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.92%
GREEN value IS 40 (16.02% from 255) = 21.86%
BLUE value IS 37 (14.84% from 255) = 20.22%
R=57.92%
G=21.86%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106403700.620.650.582.6148.2528.04
Hex6A282503E413A3301c
Octal15250450761017236034
Binary1101010101000100101011111010000011110101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,40,37); }

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

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

 a { background-color: rgb(106,40,37); }

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

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

 span { border-color: rgb(106,40,37); }

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