Html Css Color HEX #962516 Mandarian Orange

📋 copy color: '#962516'

red 150 ◦ green 37 ◦ blue 22

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

Shades of Mandarian Orange #962516

Tints of Mandarian Orange #962516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

 BLUE value IS 22 (8.98% from 255) = 10.53%

R = 71.77%
G = 17.7%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#962516 (or 0x962516) is known color: Mandarian Orange. HEX triplet: 96, 25 and 16. RGB value is (150,37,22). Sum of RGB (Red+Green+Blue) = 150+37+22=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #962516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962516 is #69DAE9. Grayscale: #454545. Windows color (decimal): -6937322 or 1451414. OLE color: 1451414.

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

Color convert

RGB 150 37 22 -
CMYK 0 0.75 0.85 0.41
HSL 7.03º 0.74% 0.34% -
HSV(B) 7.03º 0.85% 0.59% -
XYZ 13.38 7.87 1.57 -
YUV 69.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 150 37 22 0 0.75 0.85 0.41 7.03 0.74 0.34
Hex 96 25 16 0 4B 55 29 7 4A 22
Octal 226 45 26 0 113 125 51 7 112 42
Binary 10010110 100101 10110 0 1001011 1010101 101001 111 1001010 100010

Color Harmonies of #962516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962516

Black with #962516

Text Example


Text Example

White with #962516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962516; }

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

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

background-color css

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

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

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

border-color css

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

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

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