Html Css Color HEX #962014 Mandarian Orange

📋 copy color: '#962014'

red 150 ◦ green 32 ◦ blue 20

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

Shades of Mandarian Orange #962014

Tints of Mandarian Orange #962014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

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

R = 74.26%
G = 15.84%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#962014 (or 0x962014) is known color: Mandarian Orange. HEX triplet: 96, 20 and 14. RGB value is (150,32,20). Sum of RGB (Red+Green+Blue) = 150+32+20=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #962014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962014 is #69DFEB. Grayscale: #424242. Windows color (decimal): -6938604 or 1319062. OLE color: 1319062.

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

Color convert

RGB 150 32 20 -
CMYK 0 0.79 0.87 0.41
HSL 5.54º 0.76% 0.33% -
HSV(B) 5.54º 0.87% 0.59% -
XYZ 13.22 7.57 1.43 -
YUV 65.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 150 32 20 0 0.79 0.87 0.41 5.54 0.76 0.33
Hex 96 20 14 0 4F 57 29 6 4C 21
Octal 226 40 24 0 117 127 51 6 114 41
Binary 10010110 100000 10100 0 1001111 1010111 101001 110 1001100 100001

Color Harmonies of #962014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962014

Black with #962014

Text Example


Text Example

White with #962014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962014; }

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

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

background-color css

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

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

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

border-color css

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

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

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