Html Css Color HEX #962010 Mandarian Orange

📋 copy color: '#962010'

red 150 ◦ green 32 ◦ blue 16

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

Shades of Mandarian Orange #962010

Tints of Mandarian Orange #962010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

 BLUE value IS 16 (6.64% from 255) = 8.08%

R = 75.76%
G = 16.16%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#962010 (or 0x962010) is known color: Mandarian Orange. HEX triplet: 96, 20 and 10. RGB value is (150,32,16). Sum of RGB (Red+Green+Blue) = 150+32+16=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #962010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962010 is #69DFEF. Grayscale: #414141. Windows color (decimal): -6938608 or 1056918. OLE color: 1056918.

HSL color Cylindrical-coordinate representation of color #962010: hue angle of 7.16º degrees, saturation: 0.81, 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 #962010 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 32 16 -
CMYK 0 0.79 0.89 0.41
HSL 7.16º 0.81% 0.33% -
HSV(B) 7.16º 0.89% 0.59% -
XYZ 13.19 7.55 1.25 -
YUV 65.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 150 32 16 0 0.79 0.89 0.41 7.16 0.81 0.33
Hex 96 20 10 0 4F 59 29 7 51 21
Octal 226 40 20 0 117 131 51 7 121 41
Binary 10010110 100000 10000 0 1001111 1011001 101001 111 1010001 100001

Color Harmonies of #962010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962010

Black with #962010

Text Example


Text Example

White with #962010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962010; }

 p { color: rgb(150,32,16); }

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

background-color css

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

 a { background-color: rgb(150,32,16); }

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

border-color css

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

 span { border-color: rgb(150,32,16); }

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