Html Css Color HEX #962311 Mandarian Orange

📋 copy color: '#962311'

red 150 ◦ green 35 ◦ blue 17

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

Shades of Mandarian Orange #962311

Tints of Mandarian Orange #962311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.33%

 BLUE value IS 17 (7.03% from 255) = 8.42%

R = 74.26%
G = 17.33%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#962311 (or 0x962311) is known color: Mandarian Orange. HEX triplet: 96, 23 and 11. RGB value is (150,35,17). Sum of RGB (Red+Green+Blue) = 150+35+17=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #962311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962311 is #69DCEE. Grayscale: #434343. Windows color (decimal): -6937839 or 1123222. OLE color: 1123222.

HSL color Cylindrical-coordinate representation of color #962311: hue angle of 8.12º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #962311 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 35 17 -
CMYK 0 0.77 0.89 0.41
HSL 8.12º 0.8% 0.33% -
HSV(B) 8.12º 0.89% 0.59% -
XYZ 13.28 7.73 1.32 -
YUV 67.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 150 35 17 0 0.77 0.89 0.41 8.12 0.8 0.33
Hex 96 23 11 0 4D 59 29 8 50 21
Octal 226 43 21 0 115 131 51 10 120 41
Binary 10010110 100011 10001 0 1001101 1011001 101001 1000 1010000 100001

Color Harmonies of #962311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962311

Black with #962311

Text Example


Text Example

White with #962311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962311; }

 p { color: rgb(150,35,17); }

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

background-color css

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

 a { background-color: rgb(150,35,17); }

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

border-color css

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

 span { border-color: rgb(150,35,17); }

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