#6D2821

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

Shades of Auburn #6D2821

Tints of Auburn #6D2821

Color information

#6D2821 (or 0x6D2821) is unknown color: approx Auburn. HEX triplet: 6D, 28 and 21. RGB value is (109,40,33). Sum of RGB (Red+Green+Blue) = 109+40+33=182 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.89% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2821 is #92D7DE. Grayscale: #3B3B3B. Windows color (decimal): -9623519 or 2173037. OLE color: 2173037.

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

Color convert

RGB1094033-
CMYK00.630.700.57
HSL5.53º53.52%27.84%-
HSV(B)5.53º69.72%42.75%-
XYZ7.344.881.99-
YUV59.83112.86163.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 59.89%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=59.89%
G=21.98%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109403300.630.700.575.5353.5227.84
Hex6D282103F46396361c
Octal15550410771067166634
Binary11011011010001000010111111100011011100111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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