Html Css Color HEX #961815 Mandarian Orange

📋 copy color: '#961815'

red 150 ◦ green 24 ◦ blue 21

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

Shades of Mandarian Orange #961815

Tints of Mandarian Orange #961815

RGB

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

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

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

R = 76.92%
G = 12.31%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#961815 (or 0x961815) is known color: Mandarian Orange. HEX triplet: 96, 18 and 15. RGB value is (150,24,21). Sum of RGB (Red+Green+Blue) = 150+24+21=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #961815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961815 is #69E7EA. Grayscale: #3D3D3D. Windows color (decimal): -6940651 or 1382550. OLE color: 1382550.

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

Color convert

RGB 150 24 21 -
CMYK 0 0.84 0.86 0.41
HSL 1.4º 0.75% 0.34% -
HSV(B) 1.4º 0.86% 0.59% -
XYZ 13.04 7.19 1.41 -
YUV 61.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 150 24 21 0 0.84 0.86 0.41 1.4 0.75 0.34
Hex 96 18 15 0 54 56 29 1 4B 22
Octal 226 30 25 0 124 126 51 1 113 42
Binary 10010110 11000 10101 0 1010100 1010110 101001 1 1001011 100010

Color Harmonies of #961815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961815

Black with #961815

Text Example


Text Example

White with #961815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961815; }

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

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

background-color css

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

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

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

border-color css

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

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

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