Html Css Color HEX #962017 Mandarian Orange

📋 copy color: '#962017'

red 150 ◦ green 32 ◦ blue 23

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

Shades of Mandarian Orange #962017

Tints of Mandarian Orange #962017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.22%

R = 73.17%
G = 15.61%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#962017 (or 0x962017) is known color: Mandarian Orange. HEX triplet: 96, 20 and 17. RGB value is (150,32,23). Sum of RGB (Red+Green+Blue) = 150+32+23=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #962017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962017 is #69DFE8. Grayscale: #424242. Windows color (decimal): -6938601 or 1515670. OLE color: 1515670.

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

Color convert

RGB 150 32 23 -
CMYK 0 0.79 0.85 0.41
HSL 4.25º 0.73% 0.34% -
HSV(B) 4.25º 0.85% 0.59% -
XYZ 13.25 7.58 1.58 -
YUV 66.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 150 32 23 0 0.79 0.85 0.41 4.25 0.73 0.34
Hex 96 20 17 0 4F 55 29 4 49 22
Octal 226 40 27 0 117 125 51 4 111 42
Binary 10010110 100000 10111 0 1001111 1010101 101001 100 1001001 100010

Color Harmonies of #962017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962017

Black with #962017

Text Example


Text Example

White with #962017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962017; }

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

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

background-color css

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

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

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

border-color css

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

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

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