Html Css Color HEX #6C2624 Auburn

📋 copy color: '#6C2624'

red 108 ◦ green 38 ◦ blue 36

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

Shades of Auburn #6C2624

Tints of Auburn #6C2624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.88%

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

R = 59.34%
G = 20.88%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#6C2624 (or 0x6C2624) is known color: Auburn. HEX triplet: 6C, 26 and 24. RGB value is (108,38,36). Sum of RGB (Red+Green+Blue) = 108+38+36=182 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.34% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2624 is #93D9DB. Grayscale: #3A3A3A. Windows color (decimal): -9689564 or 2369132. OLE color: 2369132.

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

Color convert

RGB 108 38 36 -
CMYK 0 0.65 0.67 0.58
HSL 1.67º 0.5% 0.28% -
HSV(B) 1.67º 0.67% 0.42% -
XYZ 7.2 4.7 2.2 -
YUV 58.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 108 38 36 0 0.65 0.67 0.58 1.67 0.5 0.28
Hex 6C 26 24 0 41 43 3A 2 32 1C
Octal 154 46 44 0 101 103 72 2 62 34
Binary 1101100 100110 100100 0 1000001 1000011 111010 10 110010 11100

Color Harmonies of #6C2624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2624

Black with #6C2624

Text Example


Text Example

White with #6C2624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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