Html Css Color HEX #660900 Maroon

📋 copy color: '#660900'

red 102 ◦ green 9 ◦ blue 0

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

Shades of Maroon #660900

Tints of Maroon #660900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.11%

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

R = 91.89%
G = 8.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#660900 (or 0x660900) is known color: Maroon. HEX triplet: 66, 09 and 00. RGB value is (102,9,0). Sum of RGB (Red+Green+Blue) = 102+9+0=111 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.89% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 102 - color contains mainly: red. Hex color #660900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660900 is #99F6FF. Grayscale: #232323. Windows color (decimal): -10090240 or 2406. OLE color: 2406.

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

Color convert

RGB 102 9 0 -
CMYK 0 0.91 1 0.6
HSL 5.29º 1% 0.2% -
HSV(B) 5.29º 1% 0.4% -
XYZ 5.58 3.02 0.29 -
YUV 35.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 102 9 0 0 0.91 1 0.6 5.29 1 0.2
Hex 66 9 0 0 5B 64 3C 5 64 14
Octal 146 11 0 0 133 144 74 5 144 24
Binary 1100110 1001 0 0 1011011 1100100 111100 101 1100100 10100

Color Harmonies of #660900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660900

Black with #660900

Text Example


Text Example

White with #660900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660900; }

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

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

background-color css

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

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

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

border-color css

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

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

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