Html Css Color HEX #96220F Mandarian Orange

📋 copy color: '#96220F'

red 150 ◦ green 34 ◦ blue 15

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

Shades of Mandarian Orange #96220F

Tints of Mandarian Orange #96220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.09%

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 75.38%
G = 17.09%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96220F (or 0x96220F) is known color: Mandarian Orange. HEX triplet: 96, 22 and 0F. RGB value is (150,34,15). Sum of RGB (Red+Green+Blue) = 150+34+15=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #96220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96220F is #69DDF0. Grayscale: #424242. Windows color (decimal): -6938097 or 991894. OLE color: 991894.

HSL color Cylindrical-coordinate representation of color #96220F: hue angle of 8.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96220F is Cyan = 0, Magento = 0.77, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 34 15 -
CMYK 0 0.77 0.9 0.41
HSL 8.44º 0.82% 0.32% -
HSV(B) 8.44º 0.9% 0.59% -
XYZ 13.24 7.66 1.23 -
YUV 66.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 150 34 15 0 0.77 0.9 0.41 8.44 0.82 0.32
Hex 96 22 F 0 4D 5A 29 8 52 20
Octal 226 42 17 0 115 132 51 10 122 40
Binary 10010110 100010 1111 0 1001101 1011010 101001 1000 1010010 100000

Color Harmonies of #96220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96220F

Black with #96220F

Text Example


Text Example

White with #96220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96220F; }

 p { color: rgb(150,34,15); }

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

background-color css

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

 a { background-color: rgb(150,34,15); }

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

border-color css

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

 span { border-color: rgb(150,34,15); }

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