Html Css Color HEX #661100 Maroon

📋 copy color: '#661100'

red 102 ◦ green 17 ◦ blue 0

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

Shades of Maroon #661100

Tints of Maroon #661100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.71%
G = 14.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#661100 (or 0x661100) is known color: Maroon. HEX triplet: 66, 11 and 00. RGB value is (102,17,0). Sum of RGB (Red+Green+Blue) = 102+17+0=119 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85.71% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 102 - color contains mainly: red. Hex color #661100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661100 is #99EEFF. Grayscale: #282828. Windows color (decimal): -10088192 or 4454. OLE color: 4454.

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

Color convert

RGB 102 17 0 -
CMYK 0 0.83 1 0.6
HSL 10º 1% 0.2% -
HSV(B) 10º 1% 0.4% -
XYZ 5.68 3.23 0.32 -
YUV 40.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 102 17 0 0 0.83 1 0.6 10 1 0.2
Hex 66 11 0 0 53 64 3C A 64 14
Octal 146 21 0 0 123 144 74 12 144 24
Binary 1100110 10001 0 0 1010011 1100100 111100 1010 1100100 10100

Color Harmonies of #661100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661100

Black with #661100

Text Example


Text Example

White with #661100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661100; }

 p { color: rgb(102,17,0); }

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

background-color css

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

 a { background-color: rgb(102,17,0); }

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

border-color css

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

 span { border-color: rgb(102,17,0); }

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