#961506

Color #961506 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #961506

Tints of Dark Red #961506

Color information

#961506 (or 0x961506) is unknown color: approx Dark Red. HEX triplet: 96, 15 and 06. RGB value is (150,21,6). Sum of RGB (Red+Green+Blue) = 150+21+6=177 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.75% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 150 - color contains mainly: red. Hex color #961506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961506 is #69EAF9. Grayscale: #3A3A3A. Windows color (decimal): -6941434 or 398742. OLE color: 398742.

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

Color convert

RGB150216-
CMYK00.860.960.41
HSL6.25º92.31%30.59%-
HSV(B)6.25º96%58.82%-
XYZ12.887.030.85-
YUV57.8698.74193.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 84.75%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 6 (2.73% from 255) = 3.39%
R=84.75%
G=11.86%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15021600.860.960.416.2592.3130.59
Hex96156056602965c1f
Octal226256012614051613437
Binary1001011010101110010101101100000101001110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961506; }

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

 H1.HeaderClassName
 {
   color: #961506;
 }
 .AnyTagClassName
 {
   color: #961506;
 }
</style>
background-color css

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

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

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

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

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

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