Html Css Color HEX #6C0C01 Maroon

📋 copy color: '#6C0C01'

red 108 ◦ green 12 ◦ blue 1

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

Shades of Maroon #6C0C01

Tints of Maroon #6C0C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.92%

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 89.26%
G = 9.92%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#6C0C01 (or 0x6C0C01) is known color: Maroon. HEX triplet: 6C, 0C and 01. RGB value is (108,12,1). Sum of RGB (Red+Green+Blue) = 108+12+1=121 (16% of max value = 765). Red value is 108 (42.58% from 255 or 89.26% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0C01 is #93F3FE. Grayscale: #272727. Windows color (decimal): -9696255 or 68716. OLE color: 68716.

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

Color convert

RGB 108 12 1 -
CMYK 0 0.89 0.99 0.58
HSL 6.17º 0.98% 0.21% -
HSV(B) 6.17º 0.99% 0.42% -
XYZ 6.32 3.45 0.36 -
YUV 39.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 108 12 1 0 0.89 0.99 0.58 6.17 0.98 0.21
Hex 6C C 1 0 59 63 3A 6 62 15
Octal 154 14 1 0 131 143 72 6 142 25
Binary 1101100 1100 1 0 1011001 1100011 111010 110 1100010 10101

Color Harmonies of #6C0C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0C01

Black with #6C0C01

Text Example


Text Example

White with #6C0C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,12,1); }

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

background-color css

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

 a { background-color: rgb(108,12,1); }

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

border-color css

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

 span { border-color: rgb(108,12,1); }

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