Html Css Color HEX #6D2C29 Auburn

📋 copy color: '#6D2C29'

red 109 ◦ green 44 ◦ blue 41

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

Shades of Auburn #6D2C29

Tints of Auburn #6D2C29

RGB

 RED value IS 109 (42.97% from 255) = 56.19%

 GREEN value IS 44 (17.58% from 255) = 22.68%

 BLUE value IS 41 (16.41% from 255) = 21.13%

R = 56.19%
G = 22.68%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6D2C29 (or 0x6D2C29) is known color: Auburn. HEX triplet: 6D, 2C and 29. RGB value is (109,44,41). Sum of RGB (Red+Green+Blue) = 109+44+41=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2C29 is #92D3D6. Grayscale: #3F3F3F. Windows color (decimal): -9622487 or 2698349. OLE color: 2698349.

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

Color convert

RGB 109 44 41 -
CMYK 0 0.60 0.62 0.57
HSL 2.65º 0.45% 0.29% -
HSV(B) 2.65º 0.62% 0.43% -
XYZ 7.61 5.21 2.7 -
YUV 63.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 109 44 41 0 0.60 0.62 0.57 2.65 0.45 0.29
Hex 6D 2C 29 0 3C 3E 39 3 2D 1D
Octal 155 54 51 0 74 76 71 3 55 35
Binary 1101101 101100 101001 0 111100 111110 111001 11 101101 11101

Color Harmonies of #6D2C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2C29

Black with #6D2C29

Text Example


Text Example

White with #6D2C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D2C29;
 }
 .AnyTagClassName
 {
   color: #6D2C29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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