Html Css Color HEX #961811 Mandarian Orange

📋 copy color: '#961811'

red 150 ◦ green 24 ◦ blue 17

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

Shades of Mandarian Orange #961811

Tints of Mandarian Orange #961811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.57%

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

R = 78.53%
G = 12.57%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#961811 (or 0x961811) is known color: Mandarian Orange. HEX triplet: 96, 18 and 11. RGB value is (150,24,17). Sum of RGB (Red+Green+Blue) = 150+24+17=191 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.53% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 150 - color contains mainly: red. Hex color #961811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961811 is #69E7EE. Grayscale: #3D3D3D. Windows color (decimal): -6940655 or 1120406. OLE color: 1120406.

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

Color convert

RGB 150 24 17 -
CMYK 0 0.84 0.89 0.41
HSL 3.16º 0.8% 0.33% -
HSV(B) 3.16º 0.89% 0.59% -
XYZ 13.01 7.18 1.23 -
YUV 60.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 150 24 17 0 0.84 0.89 0.41 3.16 0.8 0.33
Hex 96 18 11 0 54 59 29 3 50 21
Octal 226 30 21 0 124 131 51 3 120 41
Binary 10010110 11000 10001 0 1010100 1011001 101001 11 1010000 100001

Color Harmonies of #961811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961811

Black with #961811

Text Example


Text Example

White with #961811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961811; }

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

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

background-color css

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

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

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

border-color css

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

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

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