Html Css Color HEX #96210C Mandarian Orange

📋 copy color: '#96210C'

red 150 ◦ green 33 ◦ blue 12

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

Shades of Mandarian Orange #96210C

Tints of Mandarian Orange #96210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.92%

 BLUE value IS 12 (5.08% from 255) = 6.15%

R = 76.92%
G = 16.92%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96210C (or 0x96210C) is known color: Mandarian Orange. HEX triplet: 96, 21 and 0C. RGB value is (150,33,12). Sum of RGB (Red+Green+Blue) = 150+33+12=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #96210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96210C is #69DEF3. Grayscale: #414141. Windows color (decimal): -6938356 or 795030. OLE color: 795030.

HSL color Cylindrical-coordinate representation of color #96210C: hue angle of 9.13º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96210C is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 12 -
CMYK 0 0.78 0.92 0.41
HSL 9.13º 0.85% 0.32% -
HSV(B) 9.13º 0.92% 0.59% -
XYZ 13.19 7.6 1.12 -
YUV 65.59 97.76 188.21 -
System Red Green Blue C M Y K H S L
Decimal 150 33 12 0 0.78 0.92 0.41 9.13 0.85 0.32
Hex 96 21 C 0 4E 5C 29 9 55 20
Octal 226 41 14 0 116 134 51 11 125 40
Binary 10010110 100001 1100 0 1001110 1011100 101001 1001 1010101 100000

Color Harmonies of #96210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96210C

Black with #96210C

Text Example


Text Example

White with #96210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96210C; }

 p { color: rgb(150,33,12); }

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

background-color css

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

 a { background-color: rgb(150,33,12); }

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

border-color css

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

 span { border-color: rgb(150,33,12); }

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