Html Css Color HEX #6C0603 Maroon

📋 copy color: '#6C0603'

red 108 ◦ green 6 ◦ blue 3

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

Shades of Maroon #6C0603

Tints of Maroon #6C0603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.56%

R = 92.31%
G = 5.13%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6C0603 (or 0x6C0603) is known color: Maroon. HEX triplet: 6C, 06 and 03. RGB value is (108,6,3). Sum of RGB (Red+Green+Blue) = 108+6+3=117 (15% of max value = 765). Red value is 108 (42.58% from 255 or 92.31% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0603 is #93F9FC. Grayscale: #242424. Windows color (decimal): -9697789 or 198252. OLE color: 198252.

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

Color convert

RGB 108 6 3 -
CMYK 0 0.94 0.97 0.58
HSL 1.71º 0.95% 0.22% -
HSV(B) 1.71º 0.97% 0.42% -
XYZ 6.27 3.32 0.4 -
YUV 36.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 108 6 3 0 0.94 0.97 0.58 1.71 0.95 0.22
Hex 6C 6 3 0 5E 61 3A 2 5F 16
Octal 154 6 3 0 136 141 72 2 137 26
Binary 1101100 110 11 0 1011110 1100001 111010 10 1011111 10110

Color Harmonies of #6C0603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0603

Black with #6C0603

Text Example


Text Example

White with #6C0603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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