Html Css Color HEX #660F04 Maroon

📋 copy color: '#660F04'

red 102 ◦ green 15 ◦ blue 4

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

Shades of Maroon #660F04

Tints of Maroon #660F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.4%

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

R = 84.3%
G = 12.4%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#660F04 (or 0x660F04) is known color: Maroon. HEX triplet: 66, 0F and 04. RGB value is (102,15,4). Sum of RGB (Red+Green+Blue) = 102+15+4=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #660F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660F04 is #99F0FB. Grayscale: #272727. Windows color (decimal): -10088700 or 266086. OLE color: 266086.

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

Color convert

RGB 102 15 4 -
CMYK 0 0.85 0.96 0.6
HSL 6.73º 0.92% 0.21% -
HSV(B) 6.73º 0.96% 0.4% -
XYZ 5.67 3.18 0.43 -
YUV 39.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 102 15 4 0 0.85 0.96 0.6 6.73 0.92 0.21
Hex 66 F 4 0 55 60 3C 7 5C 15
Octal 146 17 4 0 125 140 74 7 134 25
Binary 1100110 1111 100 0 1010101 1100000 111100 111 1011100 10101

Color Harmonies of #660F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660F04

Black with #660F04

Text Example


Text Example

White with #660F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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