Html Css Color HEX #961806 Dark Red

📋 copy color: '#961806'

red 150 ◦ green 24 ◦ blue 6

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

Shades of Dark Red #961806

Tints of Dark Red #961806

RGB

 RED value IS 150 (58.98% from 255) = 83.33%

 GREEN value IS 24 (9.77% from 255) = 13.33%

 BLUE value IS 6 (2.73% from 255) = 3.33%

R = 83.33%
G = 13.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#961806 (or 0x961806) is known color: Dark Red. HEX triplet: 96, 18 and 06. RGB value is (150,24,6). Sum of RGB (Red+Green+Blue) = 150+24+6=180 (23% of max value = 765). Red value is 150 (58.98% from 255 or 83.33% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 150 - color contains mainly: red. Hex color #961806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961806 is #69E7F9. Grayscale: #3B3B3B. Windows color (decimal): -6940666 or 399510. OLE color: 399510.

HSL color Cylindrical-coordinate representation of color #961806: hue angle of 7.5º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #961806 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 6 -
CMYK 0 0.84 0.96 0.41
HSL 7.5º 0.92% 0.31% -
HSV(B) 7.5º 0.96% 0.59% -
XYZ 12.94 7.15 0.87 -
YUV 59.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 150 24 6 0 0.84 0.96 0.41 7.5 0.92 0.31
Hex 96 18 6 0 54 60 29 8 5C 1F
Octal 226 30 6 0 124 140 51 10 134 37
Binary 10010110 11000 110 0 1010100 1100000 101001 1000 1011100 11111

Color Harmonies of #961806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961806

Black with #961806

Text Example


Text Example

White with #961806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961806; }

 p { color: rgb(150,24,6); }

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

background-color css

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

 a { background-color: rgb(150,24,6); }

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

border-color css

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

 span { border-color: rgb(150,24,6); }

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