Html Css Color HEX #96220D Mandarian Orange

📋 copy color: '#96220D'

red 150 ◦ green 34 ◦ blue 13

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

Shades of Mandarian Orange #96220D

Tints of Mandarian Orange #96220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.6%

R = 76.14%
G = 17.26%
B = 6.6%

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

#96220D (or 0x96220D) is known color: Mandarian Orange. HEX triplet: 96, 22 and 0D. RGB value is (150,34,13). Sum of RGB (Red+Green+Blue) = 150+34+13=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #96220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96220D is #69DDF2. Grayscale: #424242. Windows color (decimal): -6938099 or 860822. OLE color: 860822.

HSL color Cylindrical-coordinate representation of color #96220D: hue angle of 9.2º degrees, saturation: 0.84, 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 #96220D is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 34 13 -
CMYK 0 0.77 0.91 0.41
HSL 9.2º 0.84% 0.32% -
HSV(B) 9.2º 0.91% 0.59% -
XYZ 13.22 7.66 1.16 -
YUV 66.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 150 34 13 0 0.77 0.91 0.41 9.2 0.84 0.32
Hex 96 22 D 0 4D 5B 29 9 54 20
Octal 226 42 15 0 115 133 51 11 124 40
Binary 10010110 100010 1101 0 1001101 1011011 101001 1001 1010100 100000

Color Harmonies of #96220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96220D

Black with #96220D

Text Example


Text Example

White with #96220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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