#6D2E29

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

Shades of Auburn #6D2E29

Tints of Auburn #6D2E29

Color information

#6D2E29 (or 0x6D2E29) is unknown color: approx Auburn. HEX triplet: 6D, 2E and 29. RGB value is (109,46,41). Sum of RGB (Red+Green+Blue) = 109+46+41=196 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.61% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2E29 is #92D1D6. Grayscale: #404040. Windows color (decimal): -9621975 or 2698861. OLE color: 2698861.

HSL color Cylindrical-coordinate representation of color #6D2E29: hue angle of 4.41º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D2E29 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB1094641-
CMYK00.580.620.57
HSL4.41º45.33%29.41%-
HSV(B)4.41º62.39%42.75%-
XYZ7.685.372.73-
YUV64.27114.87159.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.61%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=55.61%
G=23.47%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109464100.580.620.574.4145.3329.41
Hex6D2E2903A3E3942d1d
Octal1555651072767145535
Binary1101101101110101001011101011111011100110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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