#660701

Color #660701 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #660701

Tints of Maroon #660701

Color information

#660701 (or 0x660701) is unknown color: approx Maroon. HEX triplet: 66, 07 and 01. RGB value is (102,7,1). Sum of RGB (Red+Green+Blue) = 102+7+1=110 (14% of max value = 765). Red value is 102 (40.23% from 255 or 92.73% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 102 - color contains mainly: red. Hex color #660701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660701 is #99F8FE. Grayscale: #222222. Windows color (decimal): -10090751 or 67430. OLE color: 67430.

HSL color Cylindrical-coordinate representation of color #660701: hue angle of 3.56º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660701 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB10271-
CMYK00.930.990.6
HSL3.56º98.06%20.2%-
HSV(B)3.56º99.02%40%-
XYZ5.562.980.31-
YUV34.72108.97175.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 92.73%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=92.73%
G=6.36%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1027100.930.990.63.5698.0620.2
Hex667105D633C46214
Octal14671013514374414224
Binary11001101111010111011100011111100100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660701; }

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

 H1.HeaderClassName
 {
   color: #660701;
 }
 .AnyTagClassName
 {
   color: #660701;
 }
</style>
background-color css

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

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

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

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

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

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