#6D2823

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

Shades of Auburn #6D2823

Tints of Auburn #6D2823

Color information

#6D2823 (or 0x6D2823) is unknown color: approx Auburn. HEX triplet: 6D, 28 and 23. RGB value is (109,40,35). Sum of RGB (Red+Green+Blue) = 109+40+35=184 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.24% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2823 is #92D7DC. Grayscale: #3C3C3C. Windows color (decimal): -9623517 or 2304109. OLE color: 2304109.

HSL color Cylindrical-coordinate representation of color #6D2823: hue angle of 4.05º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D2823 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB1094035-
CMYK00.630.680.57
HSL4.05º51.39%28.24%-
HSV(B)4.05º67.89%42.75%-
XYZ7.374.892.15-
YUV60.06113.86162.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 59.24%
GREEN value IS 40 (16.02% from 255) = 21.74%
BLUE value IS 35 (14.06% from 255) = 19.02%
R=59.24%
G=21.74%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109403500.630.680.574.0551.3928.24
Hex6D282303F44394331c
Octal15550430771047146334
Binary11011011010001000110111111100010011100110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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