Html Css Color HEX #660603 Maroon

📋 copy color: '#660603'

red 102 ◦ green 6 ◦ blue 3

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

Shades of Maroon #660603

Tints of Maroon #660603

RGB

 RED value IS 102 (40.23% from 255) = 91.89%

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

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

R = 91.89%
G = 5.41%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#660603 (or 0x660603) is known color: Maroon. HEX triplet: 66, 06 and 03. RGB value is (102,6,3). Sum of RGB (Red+Green+Blue) = 102+6+3=111 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.89% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 102 - color contains mainly: red. Hex color #660603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660603 is #99F9FC. Grayscale: #222222. Windows color (decimal): -10091005 or 198246. OLE color: 198246.

HSL color Cylindrical-coordinate representation of color #660603: hue angle of 1.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660603 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 6 3 -
CMYK 0 0.94 0.97 0.6
HSL 1.82º 0.94% 0.21% -
HSV(B) 1.82º 0.97% 0.4% -
XYZ 5.56 2.96 0.36 -
YUV 34.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 102 6 3 0 0.94 0.97 0.6 1.82 0.94 0.21
Hex 66 6 3 0 5E 61 3C 2 5E 15
Octal 146 6 3 0 136 141 74 2 136 25
Binary 1100110 110 11 0 1011110 1100001 111100 10 1011110 10101

Color Harmonies of #660603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660603

Black with #660603

Text Example


Text Example

White with #660603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660603; }

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

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

background-color css

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

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

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

border-color css

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

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

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