Html Css Color HEX #6C0602 Maroon

📋 copy color: '#6C0602'

red 108 ◦ green 6 ◦ blue 2

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

Shades of Maroon #6C0602

Tints of Maroon #6C0602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.17%

 BLUE value IS 2 (1.17% from 255) = 1.72%

R = 93.1%
G = 5.17%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#6C0602 (or 0x6C0602) is known color: Maroon. HEX triplet: 6C, 06 and 02. RGB value is (108,6,2). Sum of RGB (Red+Green+Blue) = 108+6+2=116 (15% of max value = 765). Red value is 108 (42.58% from 255 or 93.10% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0602 is #93F9FD. Grayscale: #242424. Windows color (decimal): -9697790 or 132716. OLE color: 132716.

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

Color convert

RGB 108 6 2 -
CMYK 0 0.94 0.98 0.58
HSL 2.26º 0.96% 0.22% -
HSV(B) 2.26º 0.98% 0.42% -
XYZ 6.26 3.32 0.37 -
YUV 36.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 108 6 2 0 0.94 0.98 0.58 2.26 0.96 0.22
Hex 6C 6 2 0 5E 62 3A 2 60 16
Octal 154 6 2 0 136 142 72 2 140 26
Binary 1101100 110 10 0 1011110 1100010 111010 10 1100000 10110

Color Harmonies of #6C0602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0602

Black with #6C0602

Text Example


Text Example

White with #6C0602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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