Html Css Color HEX #660A00 Maroon

📋 copy color: '#660A00'

red 102 ◦ green 10 ◦ blue 0

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

Shades of Maroon #660A00

Tints of Maroon #660A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.93%

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

R = 91.07%
G = 8.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#660A00 (or 0x660A00) is known color: Maroon. HEX triplet: 66, 0A and 00. RGB value is (102,10,0). Sum of RGB (Red+Green+Blue) = 102+10+0=112 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.07% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 102 - color contains mainly: red. Hex color #660A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660A00 is #99F5FF. Grayscale: #242424. Windows color (decimal): -10089984 or 2662. OLE color: 2662.

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

Color convert

RGB 102 10 0 -
CMYK 0 0.90 1 0.6
HSL 5.88º 1% 0.2% -
HSV(B) 5.88º 1% 0.4% -
XYZ 5.59 3.04 0.29 -
YUV 36.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 102 10 0 0 0.90 1 0.6 5.88 1 0.2
Hex 66 A 0 0 5A 64 3C 6 64 14
Octal 146 12 0 0 132 144 74 6 144 24
Binary 1100110 1010 0 0 1011010 1100100 111100 110 1100100 10100

Color Harmonies of #660A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660A00

Black with #660A00

Text Example


Text Example

White with #660A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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