Html Css Color HEX #96220E Mandarian Orange

📋 copy color: '#96220E'

red 150 ◦ green 34 ◦ blue 14

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

Shades of Mandarian Orange #96220E

Tints of Mandarian Orange #96220E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.07%

R = 75.76%
G = 17.17%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96220E (or 0x96220E) is known color: Mandarian Orange. HEX triplet: 96, 22 and 0E. RGB value is (150,34,14). Sum of RGB (Red+Green+Blue) = 150+34+14=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #96220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96220E is #69DDF1. Grayscale: #424242. Windows color (decimal): -6938098 or 926358. OLE color: 926358.

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

Color convert

RGB 150 34 14 -
CMYK 0 0.77 0.91 0.41
HSL 8.82º 0.83% 0.32% -
HSV(B) 8.82º 0.91% 0.59% -
XYZ 13.23 7.66 1.2 -
YUV 66.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 150 34 14 0 0.77 0.91 0.41 8.82 0.83 0.32
Hex 96 22 E 0 4D 5B 29 9 53 20
Octal 226 42 16 0 115 133 51 11 123 40
Binary 10010110 100010 1110 0 1001101 1011011 101001 1001 1010011 100000

Color Harmonies of #96220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96220E

Black with #96220E

Text Example


Text Example

White with #96220E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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