Html Css Color HEX #6C2824 Auburn

📋 copy color: '#6C2824'

red 108 ◦ green 40 ◦ blue 36

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

Shades of Auburn #6C2824

Tints of Auburn #6C2824

RGB

 RED value IS 108 (42.58% from 255) = 58.7%

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

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

R = 58.7%
G = 21.74%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#6C2824 (or 0x6C2824) is known color: Auburn. HEX triplet: 6C, 28 and 24. RGB value is (108,40,36). Sum of RGB (Red+Green+Blue) = 108+40+36=184 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.70% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2824 is #93D7DB. Grayscale: #3B3B3B. Windows color (decimal): -9689052 or 2369644. OLE color: 2369644.

HSL color Cylindrical-coordinate representation of color #6C2824: hue angle of 3.33º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C2824 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 40 36 -
CMYK 0 0.63 0.67 0.58
HSL 3.33º 0.5% 0.28% -
HSV(B) 3.33º 0.67% 0.42% -
XYZ 7.26 4.83 2.22 -
YUV 59.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 108 40 36 0 0.63 0.67 0.58 3.33 0.5 0.28
Hex 6C 28 24 0 3F 43 3A 3 32 1C
Octal 154 50 44 0 77 103 72 3 62 34
Binary 1101100 101000 100100 0 111111 1000011 111010 11 110010 11100

Color Harmonies of #6C2824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2824

Black with #6C2824

Text Example


Text Example

White with #6C2824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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