#962509

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

Shades of Mandarian Orange #962509

Tints of Mandarian Orange #962509

Color information

#962509 (or 0x962509) is unknown color: approx Mandarian Orange. HEX triplet: 96, 25 and 09. RGB value is (150,37,9). Sum of RGB (Red+Green+Blue) = 150+37+9=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #962509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962509 is #69DAF6. Grayscale: #434343. Windows color (decimal): -6937335 or 599446. OLE color: 599446.

HSL color Cylindrical-coordinate representation of color #962509: hue angle of 11.91º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #962509 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB150379-
CMYK00.750.940.41
HSL11.91º88.68%31.18%-
HSV(B)11.91º94%58.82%-
XYZ13.297.831.07-
YUV67.694.94186.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 76.53%
GREEN value IS 37 (14.84% from 255) = 18.88%
BLUE value IS 9 (3.91% from 255) = 4.59%
R=76.53%
G=18.88%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15037900.750.940.4111.9188.6831.18
Hex9625904B5E29c591f
Octal22645110113136511413137
Binary1001011010010110010100101110111101010011100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962509; }

 p { color: rgb(150,37,9); }

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

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

 a { background-color: rgb(150,37,9); }

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

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

 span { border-color: rgb(150,37,9); }

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