Html Css Color HEX #962916 Mandarian Orange

📋 copy color: '#962916'

red 150 ◦ green 41 ◦ blue 22

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

Shades of Mandarian Orange #962916

Tints of Mandarian Orange #962916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.25%

 BLUE value IS 22 (8.98% from 255) = 10.33%

R = 70.42%
G = 19.25%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#962916 (or 0x962916) is known color: Mandarian Orange. HEX triplet: 96, 29 and 16. RGB value is (150,41,22). Sum of RGB (Red+Green+Blue) = 150+41+22=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #962916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962916 is #69D6E9. Grayscale: #474747. Windows color (decimal): -6936298 or 1452438. OLE color: 1452438.

HSL color Cylindrical-coordinate representation of color #962916: hue angle of 8.91º degrees, saturation: 0.74, 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 #962916 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 22 -
CMYK 0 0.73 0.85 0.41
HSL 8.91º 0.74% 0.34% -
HSV(B) 8.91º 0.85% 0.59% -
XYZ 13.52 8.13 1.62 -
YUV 71.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 150 41 22 0 0.73 0.85 0.41 8.91 0.74 0.34
Hex 96 29 16 0 49 55 29 9 4A 22
Octal 226 51 26 0 111 125 51 11 112 42
Binary 10010110 101001 10110 0 1001001 1010101 101001 1001 1001010 100010

Color Harmonies of #962916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962916

Black with #962916

Text Example


Text Example

White with #962916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962916; }

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

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

background-color css

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

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

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

border-color css

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

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

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