#962109

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

Shades of Mandarian Orange #962109

Tints of Mandarian Orange #962109

Color information

#962109 (or 0x962109) is unknown color: approx Mandarian Orange. HEX triplet: 96, 21 and 09. RGB value is (150,33,9). Sum of RGB (Red+Green+Blue) = 150+33+9=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #962109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962109 is #69DEF6. Grayscale: #414141. Windows color (decimal): -6938359 or 598422. OLE color: 598422.

HSL color Cylindrical-coordinate representation of color #962109: hue angle of 10.21º 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 #962109 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB150339-
CMYK00.780.940.41
HSL10.21º88.68%31.18%-
HSV(B)10.21º94%58.82%-
XYZ13.177.591.03-
YUV65.2596.26188.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 78.12%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 9 (3.91% from 255) = 4.69%
R=78.12%
G=17.19%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15033900.780.940.4110.2188.6831.18
Hex9621904E5E29a591f
Octal22641110116136511213137
Binary1001011010000110010100111010111101010011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962109; }

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

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

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

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

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

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

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

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