Html Css Color HEX #962111 Mandarian Orange

📋 copy color: '#962111'

red 150 ◦ green 33 ◦ blue 17

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

Shades of Mandarian Orange #962111

Tints of Mandarian Orange #962111

RGB

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

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

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

R = 75%
G = 16.5%
B = 8.5%

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

#962111 (or 0x962111) is known color: Mandarian Orange. HEX triplet: 96, 21 and 11. RGB value is (150,33,17). Sum of RGB (Red+Green+Blue) = 150+33+17=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #962111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962111 is #69DEEE. Grayscale: #424242. Windows color (decimal): -6938351 or 1122710. OLE color: 1122710.

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

Color convert

RGB 150 33 17 -
CMYK 0 0.78 0.89 0.41
HSL 7.22º 0.8% 0.33% -
HSV(B) 7.22º 0.89% 0.59% -
XYZ 13.22 7.61 1.3 -
YUV 66.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 150 33 17 0 0.78 0.89 0.41 7.22 0.8 0.33
Hex 96 21 11 0 4E 59 29 7 50 21
Octal 226 41 21 0 116 131 51 7 120 41
Binary 10010110 100001 10001 0 1001110 1011001 101001 111 1010000 100001

Color Harmonies of #962111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962111

Black with #962111

Text Example


Text Example

White with #962111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962111; }

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

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

background-color css

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

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

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

border-color css

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

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

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