Html Css Color HEX #660804 Maroon

📋 copy color: '#660804'

red 102 ◦ green 8 ◦ blue 4

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

Shades of Maroon #660804

Tints of Maroon #660804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.02%

 BLUE value IS 4 (1.95% from 255) = 3.51%

R = 89.47%
G = 7.02%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#660804 (or 0x660804) is known color: Maroon. HEX triplet: 66, 08 and 04. RGB value is (102,8,4). Sum of RGB (Red+Green+Blue) = 102+8+4=114 (15% of max value = 765). Red value is 102 (40.23% from 255 or 89.47% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 102 - color contains mainly: red. Hex color #660804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660804 is #99F7FB. Grayscale: #232323. Windows color (decimal): -10090492 or 264294. OLE color: 264294.

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

Color convert

RGB 102 8 4 -
CMYK 0 0.92 0.96 0.6
HSL 2.45º 0.92% 0.21% -
HSV(B) 2.45º 0.96% 0.4% -
XYZ 5.59 3.01 0.4 -
YUV 35.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 102 8 4 0 0.92 0.96 0.6 2.45 0.92 0.21
Hex 66 8 4 0 5C 60 3C 2 5C 15
Octal 146 10 4 0 134 140 74 2 134 25
Binary 1100110 1000 100 0 1011100 1100000 111100 10 1011100 10101

Color Harmonies of #660804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660804

Black with #660804

Text Example


Text Example

White with #660804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660804; }

 p { color: rgb(102,8,4); }

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

background-color css

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

 a { background-color: rgb(102,8,4); }

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

border-color css

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

 span { border-color: rgb(102,8,4); }

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