Html Css Color HEX #6D2E29 Auburn

📋 copy color: '#6D2E29'

red 109 ◦ green 46 ◦ blue 41

#6D2E29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Auburn #6D2E29

Tints of Auburn #6D2E29

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 value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6D2E29 (or 0x6D2E29) is known color: 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

RGB 109 46 41 -
CMYK 0 0.58 0.62 0.57
HSL 4.41º 0.45% 0.29% -
HSV(B) 4.41º 0.62% 0.43% -
XYZ 7.68 5.37 2.73 -
YUV 64.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 109 46 41 0 0.58 0.62 0.57 4.41 0.45 0.29
Hex 6D 2E 29 0 3A 3E 39 4 2D 1D
Octal 155 56 51 0 72 76 71 4 55 35
Binary 1101101 101110 101001 0 111010 111110 111001 100 101101 11101

Color Harmonies of #6D2E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2E29

Black with #6D2E29

Text Example


Text Example

White with #6D2E29

Text Example


Text Example

HTML Codes & Css Web 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>