Html Css Color HEX #660A05 Maroon

📋 copy color: '#660A05'

red 102 ◦ green 10 ◦ blue 5

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

Shades of Maroon #660A05

Tints of Maroon #660A05

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.55%

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

R = 87.18%
G = 8.55%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#660A05 (or 0x660A05) is known color: Maroon. HEX triplet: 66, 0A and 05. RGB value is (102,10,5). Sum of RGB (Red+Green+Blue) = 102+10+5=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #660A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660A05 is #99F5FA. Grayscale: #252525. Windows color (decimal): -10089979 or 330342. OLE color: 330342.

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

Color convert

RGB 102 10 5 -
CMYK 0 0.90 0.95 0.6
HSL 3.09º 0.91% 0.21% -
HSV(B) 3.09º 0.95% 0.4% -
XYZ 5.62 3.05 0.44 -
YUV 36.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 102 10 5 0 0.90 0.95 0.6 3.09 0.91 0.21
Hex 66 A 5 0 5A 5F 3C 3 5B 15
Octal 146 12 5 0 132 137 74 3 133 25
Binary 1100110 1010 101 0 1011010 1011111 111100 11 1011011 10101

Color Harmonies of #660A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660A05

Black with #660A05

Text Example


Text Example

White with #660A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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