Html Css Color HEX #96200D Mandarian Orange

📋 copy color: '#96200D'

red 150 ◦ green 32 ◦ blue 13

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

Shades of Mandarian Orange #96200D

Tints of Mandarian Orange #96200D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

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

R = 76.92%
G = 16.41%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96200D (or 0x96200D) is known color: Mandarian Orange. HEX triplet: 96, 20 and 0D. RGB value is (150,32,13). Sum of RGB (Red+Green+Blue) = 150+32+13=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #96200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96200D is #69DFF2. Grayscale: #414141. Windows color (decimal): -6938611 or 860310. OLE color: 860310.

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

Color convert

RGB 150 32 13 -
CMYK 0 0.79 0.91 0.41
HSL 8.32º 0.84% 0.32% -
HSV(B) 8.32º 0.91% 0.59% -
XYZ 13.17 7.55 1.14 -
YUV 65.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 150 32 13 0 0.79 0.91 0.41 8.32 0.84 0.32
Hex 96 20 D 0 4F 5B 29 8 54 20
Octal 226 40 15 0 117 133 51 10 124 40
Binary 10010110 100000 1101 0 1001111 1011011 101001 1000 1010100 100000

Color Harmonies of #96200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96200D

Black with #96200D

Text Example


Text Example

White with #96200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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