Html Css Color HEX #660605 Maroon

📋 copy color: '#660605'

red 102 ◦ green 6 ◦ blue 5

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

Shades of Maroon #660605

Tints of Maroon #660605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.31%

 BLUE value IS 5 (2.34% from 255) = 4.42%

R = 90.27%
G = 5.31%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#660605 (or 0x660605) is known color: Maroon. HEX triplet: 66, 06 and 05. RGB value is (102,6,5). Sum of RGB (Red+Green+Blue) = 102+6+5=113 (14% of max value = 765). Red value is 102 (40.23% from 255 or 90.27% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 102 - color contains mainly: red. Hex color #660605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660605 is #99F9FA. Grayscale: #222222. Windows color (decimal): -10091003 or 329318. OLE color: 329318.

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

Color convert

RGB 102 6 5 -
CMYK 0 0.94 0.95 0.6
HSL 0.62º 0.91% 0.21% -
HSV(B) 0.62º 0.95% 0.4% -
XYZ 5.57 2.97 0.42 -
YUV 34.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 102 6 5 0 0.94 0.95 0.6 0.62 0.91 0.21
Hex 66 6 5 0 5E 5F 3C 1 5B 15
Octal 146 6 5 0 136 137 74 1 133 25
Binary 1100110 110 101 0 1011110 1011111 111100 1 1011011 10101

Color Harmonies of #660605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660605

Black with #660605

Text Example


Text Example

White with #660605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660605; }

 p { color: rgb(102,6,5); }

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

background-color css

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

 a { background-color: rgb(102,6,5); }

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

border-color css

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

 span { border-color: rgb(102,6,5); }

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