#6A2823

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

Shades of Auburn #6A2823

Tints of Auburn #6A2823

Color information

#6A2823 (or 0x6A2823) is unknown color: approx Auburn. HEX triplet: 6A, 28 and 23. RGB value is (106,40,35). Sum of RGB (Red+Green+Blue) = 106+40+35=181 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.56% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2823 is #95D7DC. Grayscale: #3B3B3B. Windows color (decimal): -9820125 or 2304106. OLE color: 2304106.

HSL color Cylindrical-coordinate representation of color #6A2823: hue angle of 4.23º 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 #6A2823 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB1064035-
CMYK00.620.670.58
HSL4.23º50.35%27.65%-
HSV(B)4.23º66.98%41.57%-
XYZ7.014.72.13-
YUV59.16114.37161.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.56%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 35 (14.06% from 255) = 19.34%
R=58.56%
G=22.10%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106403500.620.670.584.2350.3527.65
Hex6A282303E433A4321c
Octal15250430761037246234
Binary11010101010001000110111110100001111101010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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