Html Css Color HEX #961614 Mandarian Orange

📋 copy color: '#961614'

red 150 ◦ green 22 ◦ blue 20

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

Shades of Mandarian Orange #961614

Tints of Mandarian Orange #961614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.46%

 BLUE value IS 20 (8.2% from 255) = 10.42%

R = 78.13%
G = 11.46%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#961614 (or 0x961614) is known color: Mandarian Orange. HEX triplet: 96, 16 and 14. RGB value is (150,22,20). Sum of RGB (Red+Green+Blue) = 150+22+20=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #961614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961614 is #69E9EB. Grayscale: #3C3C3C. Windows color (decimal): -6941164 or 1316502. OLE color: 1316502.

HSL color Cylindrical-coordinate representation of color #961614: hue angle of 0.92º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961614 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 22 20 -
CMYK 0 0.85 0.87 0.41
HSL 0.92º 0.76% 0.33% -
HSV(B) 0.92º 0.87% 0.59% -
XYZ 12.99 7.11 1.35 -
YUV 60.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 150 22 20 0 0.85 0.87 0.41 0.92 0.76 0.33
Hex 96 16 14 0 55 57 29 1 4C 21
Octal 226 26 24 0 125 127 51 1 114 41
Binary 10010110 10110 10100 0 1010101 1010111 101001 1 1001100 100001

Color Harmonies of #961614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961614

Black with #961614

Text Example


Text Example

White with #961614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961614; }

 p { color: rgb(150,22,20); }

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

background-color css

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

 a { background-color: rgb(150,22,20); }

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

border-color css

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

 span { border-color: rgb(150,22,20); }

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