Html Css Color HEX #6C1206 Maroon

📋 copy color: '#6C1206'

red 108 ◦ green 18 ◦ blue 6

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

Shades of Maroon #6C1206

Tints of Maroon #6C1206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.64%

 BLUE value IS 6 (2.73% from 255) = 4.55%

R = 81.82%
G = 13.64%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#6C1206 (or 0x6C1206) is known color: Maroon. HEX triplet: 6C, 12 and 06. RGB value is (108,18,6). Sum of RGB (Red+Green+Blue) = 108+18+6=132 (17% of max value = 765). Red value is 108 (42.58% from 255 or 81.82% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1206 is #93EDF9. Grayscale: #2B2B2B. Windows color (decimal): -9694714 or 397932. OLE color: 397932.

HSL color Cylindrical-coordinate representation of color #6C1206: hue angle of 7.06º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C1206 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 18 6 -
CMYK 0 0.83 0.94 0.58
HSL 7.06º 0.89% 0.22% -
HSV(B) 7.06º 0.94% 0.42% -
XYZ 6.43 3.63 0.53 -
YUV 43.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 108 18 6 0 0.83 0.94 0.58 7.06 0.89 0.22
Hex 6C 12 6 0 53 5E 3A 7 59 16
Octal 154 22 6 0 123 136 72 7 131 26
Binary 1101100 10010 110 0 1010011 1011110 111010 111 1011001 10110

Color Harmonies of #6C1206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1206

Black with #6C1206

Text Example


Text Example

White with #6C1206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,18,6); }

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

background-color css

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

 a { background-color: rgb(108,18,6); }

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

border-color css

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

 span { border-color: rgb(108,18,6); }

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