Html Css Color HEX #962816 Mandarian Orange

📋 copy color: '#962816'

red 150 ◦ green 40 ◦ blue 22

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

Shades of Mandarian Orange #962816

Tints of Mandarian Orange #962816

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

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

R = 70.75%
G = 18.87%
B = 10.38%

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

#962816 (or 0x962816) is known color: Mandarian Orange. HEX triplet: 96, 28 and 16. RGB value is (150,40,22). Sum of RGB (Red+Green+Blue) = 150+40+22=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #962816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962816 is #69D7E9. Grayscale: #474747. Windows color (decimal): -6936554 or 1452182. OLE color: 1452182.

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

Color convert

RGB 150 40 22 -
CMYK 0 0.73 0.85 0.41
HSL 8.44º 0.74% 0.34% -
HSV(B) 8.44º 0.85% 0.59% -
XYZ 13.48 8.06 1.6 -
YUV 70.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 150 40 22 0 0.73 0.85 0.41 8.44 0.74 0.34
Hex 96 28 16 0 49 55 29 8 4A 22
Octal 226 50 26 0 111 125 51 10 112 42
Binary 10010110 101000 10110 0 1001001 1010101 101001 1000 1001010 100010

Color Harmonies of #962816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962816

Black with #962816

Text Example


Text Example

White with #962816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962816; }

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

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

background-color css

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

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

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

border-color css

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

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

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