Html Css Color HEX #961406 Dark Red

📋 copy color: '#961406'

red 150 ◦ green 20 ◦ blue 6

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

Shades of Dark Red #961406

Tints of Dark Red #961406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.36%

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

R = 85.23%
G = 11.36%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#961406 (or 0x961406) is known color: Dark Red. HEX triplet: 96, 14 and 06. RGB value is (150,20,6). Sum of RGB (Red+Green+Blue) = 150+20+6=176 (23% of max value = 765). Red value is 150 (58.98% from 255 or 85.23% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 150 - color contains mainly: red. Hex color #961406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961406 is #69EBF9. Grayscale: #393939. Windows color (decimal): -6941690 or 398486. OLE color: 398486.

HSL color Cylindrical-coordinate representation of color #961406: hue angle of 5.83º 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 #961406 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 20 6 -
CMYK 0 0.87 0.96 0.41
HSL 5.83º 0.92% 0.31% -
HSV(B) 5.83º 0.96% 0.59% -
XYZ 12.86 7 0.85 -
YUV 57.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 150 20 6 0 0.87 0.96 0.41 5.83 0.92 0.31
Hex 96 14 6 0 57 60 29 6 5C 1F
Octal 226 24 6 0 127 140 51 6 134 37
Binary 10010110 10100 110 0 1010111 1100000 101001 110 1011100 11111

Color Harmonies of #961406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961406

Black with #961406

Text Example


Text Example

White with #961406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961406; }

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

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

background-color css

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

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

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

border-color css

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

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

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