Html Css Color HEX #990600 Dark Red

📋 copy color: '#990600'

red 153 ◦ green 6 ◦ blue 0

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

Shades of Dark Red #990600

Tints of Dark Red #990600

RGB

 RED value IS 153 (60.16% from 255) = 96.23%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.23%
G = 3.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#990600 (or 0x990600) is known color: Dark Red. HEX triplet: 99, 06 and 00. RGB value is (153,6,0). Sum of RGB (Red+Green+Blue) = 153+6+0=159 (21% of max value = 765). Red value is 153 (60.16% from 255 or 96.23% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 153 - color contains mainly: red. Hex color #990600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990600 is #66F9FF. Grayscale: #313131. Windows color (decimal): -6748672 or 1689. OLE color: 1689.

HSL color Cylindrical-coordinate representation of color #990600: hue angle of 2.35º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990600 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 6 0 -
CMYK 0 0.96 1 0.4
HSL 2.35º 1% 0.3% -
HSV(B) 2.35º 1% 0.6% -
XYZ 13.2 6.9 0.64 -
YUV 49.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 153 6 0 0 0.96 1 0.4 2.35 1 0.3
Hex 99 6 0 0 60 64 28 2 64 1E
Octal 231 6 0 0 140 144 50 2 144 36
Binary 10011001 110 0 0 1100000 1100100 101000 10 1100100 11110

Color Harmonies of #990600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990600

Black with #990600

Text Example


Text Example

White with #990600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990600; }

 p { color: rgb(153,6,0); }

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

background-color css

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

 a { background-color: rgb(153,6,0); }

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

border-color css

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

 span { border-color: rgb(153,6,0); }

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