Html Css Color HEX #962110 Mandarian Orange

📋 copy color: '#962110'

red 150 ◦ green 33 ◦ blue 16

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

Shades of Mandarian Orange #962110

Tints of Mandarian Orange #962110

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

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

R = 75.38%
G = 16.58%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#962110 (or 0x962110) is known color: Mandarian Orange. HEX triplet: 96, 21 and 10. RGB value is (150,33,16). Sum of RGB (Red+Green+Blue) = 150+33+16=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #962110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962110 is #69DEEF. Grayscale: #424242. Windows color (decimal): -6938352 or 1057174. OLE color: 1057174.

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

Color convert

RGB 150 33 16 -
CMYK 0 0.78 0.89 0.41
HSL 7.61º 0.81% 0.33% -
HSV(B) 7.61º 0.89% 0.59% -
XYZ 13.22 7.61 1.26 -
YUV 66.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 150 33 16 0 0.78 0.89 0.41 7.61 0.81 0.33
Hex 96 21 10 0 4E 59 29 8 51 21
Octal 226 41 20 0 116 131 51 10 121 41
Binary 10010110 100001 10000 0 1001110 1011001 101001 1000 1010001 100001

Color Harmonies of #962110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962110

Black with #962110

Text Example


Text Example

White with #962110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962110; }

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

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

background-color css

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

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

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

border-color css

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

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

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