#96260B

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

Shades of Mandarian Orange #96260B

Tints of Mandarian Orange #96260B

Color information

#96260B (or 0x96260B) is unknown color: approx Mandarian Orange. HEX triplet: 96, 26 and 0B. RGB value is (150,38,11). Sum of RGB (Red+Green+Blue) = 150+38+11=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #96260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96260B is #69D9F4. Grayscale: #444444. Windows color (decimal): -6937077 or 730774. OLE color: 730774.

HSL color Cylindrical-coordinate representation of color #96260B: hue angle of 11.65º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96260B is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1503811-
CMYK00.750.930.41
HSL11.65º86.34%31.57%-
HSV(B)11.65º92.67%58.82%-
XYZ13.337.891.14-
YUV68.4195.61186.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75.38%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 11 (4.69% from 255) = 5.53%
R=75.38%
G=19.10%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150381100.750.930.4111.6586.3431.57
Hex9626B04B5D29c5620
Octal22646130113135511412640
Binary10010110100110101101001011101110110100111001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96260B; }

 p { color: rgb(150,38,11); }

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

<style>
 a { background-color: #96260B; }

 a { background-color: rgb(150,38,11); }

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

<style>
 span { border-color: #96260B; }

 span { border-color: rgb(150,38,11); }

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