Html Css Color HEX #961C11 Mandarian Orange

📋 copy color: '#961C11'

red 150 ◦ green 28 ◦ blue 17

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

Shades of Mandarian Orange #961C11

Tints of Mandarian Orange #961C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.36%

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

R = 76.92%
G = 14.36%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#961C11 (or 0x961C11) is known color: Mandarian Orange. HEX triplet: 96, 1C and 11. RGB value is (150,28,17). Sum of RGB (Red+Green+Blue) = 150+28+17=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #961C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961C11 is #69E3EE. Grayscale: #3F3F3F. Windows color (decimal): -6939631 or 1121430. OLE color: 1121430.

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

Color convert

RGB 150 28 17 -
CMYK 0 0.81 0.89 0.41
HSL 4.96º 0.8% 0.33% -
HSV(B) 4.96º 0.89% 0.59% -
XYZ 13.09 7.36 1.26 -
YUV 63.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 150 28 17 0 0.81 0.89 0.41 4.96 0.8 0.33
Hex 96 1C 11 0 51 59 29 5 50 21
Octal 226 34 21 0 121 131 51 5 120 41
Binary 10010110 11100 10001 0 1010001 1011001 101001 101 1010000 100001

Color Harmonies of #961C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C11

Black with #961C11

Text Example


Text Example

White with #961C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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