#6D2A24

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

Shades of Auburn #6D2A24

Tints of Auburn #6D2A24

Color information

#6D2A24 (or 0x6D2A24) is unknown color: approx Auburn. HEX triplet: 6D, 2A and 24. RGB value is (109,42,36). Sum of RGB (Red+Green+Blue) = 109+42+36=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2A24 is #92D5DB. Grayscale: #3D3D3D. Windows color (decimal): -9623004 or 2370157. OLE color: 2370157.

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

Color convert

RGB1094236-
CMYK00.610.670.57
HSL4.93º50.34%28.43%-
HSV(B)4.93º66.97%42.75%-
XYZ7.455.032.25-
YUV61.35113.7161.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 58.29%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=58.29%
G=22.46%
B=19.25%

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
Decimal109423600.610.670.574.9350.3428.43
Hex6D2A2403D43395321c
Octal15552440751037156234
Binary11011011010101001000111101100001111100110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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