Html Css Color HEX #6C0901 Maroon

📋 copy color: '#6C0901'

red 108 ◦ green 9 ◦ blue 1

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

Shades of Maroon #6C0901

Tints of Maroon #6C0901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.63%

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

R = 91.53%
G = 7.63%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#6C0901 (or 0x6C0901) is known color: Maroon. HEX triplet: 6C, 09 and 01. RGB value is (108,9,1). Sum of RGB (Red+Green+Blue) = 108+9+1=118 (15% of max value = 765). Red value is 108 (42.58% from 255 or 91.53% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0901 is #93F6FE. Grayscale: #252525. Windows color (decimal): -9697023 or 67948. OLE color: 67948.

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

Color convert

RGB 108 9 1 -
CMYK 0 0.92 0.99 0.58
HSL 4.49º 0.98% 0.21% -
HSV(B) 4.49º 0.99% 0.42% -
XYZ 6.29 3.39 0.35 -
YUV 37.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 108 9 1 0 0.92 0.99 0.58 4.49 0.98 0.21
Hex 6C 9 1 0 5C 63 3A 4 62 15
Octal 154 11 1 0 134 143 72 4 142 25
Binary 1101100 1001 1 0 1011100 1100011 111010 100 1100010 10101

Color Harmonies of #6C0901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0901

Black with #6C0901

Text Example


Text Example

White with #6C0901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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