#6D2B24

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

Shades of Auburn #6D2B24

Tints of Auburn #6D2B24

Color information

#6D2B24 (or 0x6D2B24) is unknown color: approx Auburn. HEX triplet: 6D, 2B and 24. RGB value is (109,43,36). Sum of RGB (Red+Green+Blue) = 109+43+36=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2B24 is #92D4DB. Grayscale: #3E3E3E. Windows color (decimal): -9622748 or 2370413. OLE color: 2370413.

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

Color convert

RGB1094336-
CMYK00.610.670.57
HSL5.75º50.34%28.43%-
HSV(B)5.75º66.97%42.75%-
XYZ7.495.112.26-
YUV61.94113.37161.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.98%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 36 (14.45% from 255) = 19.15%
R=57.98%
G=22.87%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109433600.610.670.575.7550.3428.43
Hex6D2B2403D43396321c
Octal15553440751037166234
Binary11011011010111001000111101100001111100111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,43,36); }

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

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

 a { background-color: rgb(109,43,36); }

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

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

 span { border-color: rgb(109,43,36); }

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