#6D2E2C

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

Shades of Auburn #6D2E2C

Tints of Auburn #6D2E2C

Color information

#6D2E2C (or 0x6D2E2C) is unknown color: approx Auburn. HEX triplet: 6D, 2E and 2C. RGB value is (109,46,44). Sum of RGB (Red+Green+Blue) = 109+46+44=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2E2C is #92D1D3. Grayscale: #404040. Windows color (decimal): -9621972 or 2895469. OLE color: 2895469.

HSL color Cylindrical-coordinate representation of color #6D2E2C: hue angle of 1.85º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D2E2C is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB1094644-
CMYK00.580.600.57
HSL1.85º42.48%30%-
HSV(B)1.85º59.63%42.75%-
XYZ7.745.393.01-
YUV64.61116.37159.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.77%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=54.77%
G=23.12%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109464400.580.600.571.8542.4830
Hex6D2E2C03A3C3922a1e
Octal1555654072747125236
Binary110110110111010110001110101111001110011010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,46,44); }

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

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

 a { background-color: rgb(109,46,44); }

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

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

 span { border-color: rgb(109,46,44); }

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