Html Css Color HEX #660704 Maroon

📋 copy color: '#660704'

red 102 ◦ green 7 ◦ blue 4

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

Shades of Maroon #660704

Tints of Maroon #660704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.19%

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

R = 90.27%
G = 6.19%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#660704 (or 0x660704) is known color: Maroon. HEX triplet: 66, 07 and 04. RGB value is (102,7,4). Sum of RGB (Red+Green+Blue) = 102+7+4=113 (14% of max value = 765). Red value is 102 (40.23% from 255 or 90.27% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 102 - color contains mainly: red. Hex color #660704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660704 is #99F8FB. Grayscale: #232323. Windows color (decimal): -10090748 or 264038. OLE color: 264038.

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

Color convert

RGB 102 7 4 -
CMYK 0 0.93 0.96 0.6
HSL 1.84º 0.92% 0.21% -
HSV(B) 1.84º 0.96% 0.4% -
XYZ 5.58 2.99 0.4 -
YUV 35.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 102 7 4 0 0.93 0.96 0.6 1.84 0.92 0.21
Hex 66 7 4 0 5D 60 3C 2 5C 15
Octal 146 7 4 0 135 140 74 2 134 25
Binary 1100110 111 100 0 1011101 1100000 111100 10 1011100 10101

Color Harmonies of #660704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660704

Black with #660704

Text Example


Text Example

White with #660704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660704; }

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

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

background-color css

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

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

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

border-color css

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

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

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