Html Css Color HEX #661000 Maroon

📋 copy color: '#661000'

red 102 ◦ green 16 ◦ blue 0

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

Shades of Maroon #661000

Tints of Maroon #661000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.56%

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

R = 86.44%
G = 13.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#661000 (or 0x661000) is known color: Maroon. HEX triplet: 66, 10 and 00. RGB value is (102,16,0). Sum of RGB (Red+Green+Blue) = 102+16+0=118 (15% of max value = 765). Red value is 102 (40.23% from 255 or 86.44% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 102 - color contains mainly: red. Hex color #661000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661000 is #99EFFF. Grayscale: #282828. Windows color (decimal): -10088448 or 4198. OLE color: 4198.

HSL color Cylindrical-coordinate representation of color #661000: hue angle of 9.41º 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 #661000 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 16 0 -
CMYK 0 0.84 1 0.6
HSL 9.41º 1% 0.2% -
HSV(B) 9.41º 1% 0.4% -
XYZ 5.66 3.2 0.32 -
YUV 39.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 102 16 0 0 0.84 1 0.6 9.41 1 0.2
Hex 66 10 0 0 54 64 3C 9 64 14
Octal 146 20 0 0 124 144 74 11 144 24
Binary 1100110 10000 0 0 1010100 1100100 111100 1001 1100100 10100

Color Harmonies of #661000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661000

Black with #661000

Text Example


Text Example

White with #661000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661000; }

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

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

background-color css

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

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

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

border-color css

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

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

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