#96230D

Color #96230D Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #96230D

Tints of Mandarian Orange #96230D

Color information

#96230D (or 0x96230D) is unknown color: approx Mandarian Orange. HEX triplet: 96, 23 and 0D. RGB value is (150,35,13). Sum of RGB (Red+Green+Blue) = 150+35+13=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #96230D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96230D is #69DCF2. Grayscale: #434343. Windows color (decimal): -6937843 or 861078. OLE color: 861078.

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

Color convert

RGB1503513-
CMYK00.770.910.41
HSL9.64º84.05%31.96%-
HSV(B)9.64º91.33%58.82%-
XYZ13.257.721.17-
YUV66.8897.6187.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75.76%
GREEN value IS 35 (14.06% from 255) = 17.68%
BLUE value IS 13 (5.47% from 255) = 6.57%
R=75.76%
G=17.68%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150351300.770.910.419.6484.0531.96
Hex9623D04D5B29a5420
Octal22643150115133511212440
Binary10010110100011110101001101101101110100110101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96230D;
 }
 .AnyTagClassName
 {
   color: #96230D;
 }
</style>
background-color css

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

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

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

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

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

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