Html Css Color HEX #961615 Mandarian Orange

📋 copy color: '#961615'

red 150 ◦ green 22 ◦ blue 21

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

Shades of Mandarian Orange #961615

Tints of Mandarian Orange #961615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.4%

 BLUE value IS 21 (8.59% from 255) = 10.88%

R = 77.72%
G = 11.4%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#961615 (or 0x961615) is known color: Mandarian Orange. HEX triplet: 96, 16 and 15. RGB value is (150,22,21). Sum of RGB (Red+Green+Blue) = 150+22+21=193 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.72% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 150 - color contains mainly: red. Hex color #961615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961615 is #69E9EA. Grayscale: #3C3C3C. Windows color (decimal): -6941163 or 1382038. OLE color: 1382038.

HSL color Cylindrical-coordinate representation of color #961615: hue angle of 0.47º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961615 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 22 21 -
CMYK 0 0.85 0.86 0.41
HSL 0.47º 0.75% 0.34% -
HSV(B) 0.47º 0.86% 0.59% -
XYZ 13 7.11 1.4 -
YUV 60.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 150 22 21 0 0.85 0.86 0.41 0.47 0.75 0.34
Hex 96 16 15 0 55 56 29 0 4B 22
Octal 226 26 25 0 125 126 51 0 113 42
Binary 10010110 10110 10101 0 1010101 1010110 101001 0 1001011 100010

Color Harmonies of #961615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961615

Black with #961615

Text Example


Text Example

White with #961615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961615; }

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

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

background-color css

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

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

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

border-color css

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

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

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