Html Css Color HEX #6D2824 Auburn

📋 copy color: '#6D2824'

red 109 ◦ green 40 ◦ blue 36

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

Shades of Auburn #6D2824

Tints of Auburn #6D2824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.62%

 BLUE value IS 36 (14.45% from 255) = 19.46%

R = 58.92%
G = 21.62%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.57

RGB Variations

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

Color information

#6D2824 (or 0x6D2824) is known color: Auburn. HEX triplet: 6D, 28 and 24. RGB value is (109,40,36). Sum of RGB (Red+Green+Blue) = 109+40+36=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2824 is #92D7DB. Grayscale: #3C3C3C. Windows color (decimal): -9623516 or 2369645. OLE color: 2369645.

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

Color convert

RGB 109 40 36 -
CMYK 0 0.63 0.67 0.57
HSL 3.29º 0.5% 0.28% -
HSV(B) 3.29º 0.67% 0.43% -
XYZ 7.38 4.9 2.22 -
YUV 60.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 109 40 36 0 0.63 0.67 0.57 3.29 0.5 0.28
Hex 6D 28 24 0 3F 43 39 3 32 1C
Octal 155 50 44 0 77 103 71 3 62 34
Binary 1101101 101000 100100 0 111111 1000011 111001 11 110010 11100

Color Harmonies of #6D2824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2824

Black with #6D2824

Text Example


Text Example

White with #6D2824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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