#962108

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

Shades of Mandarian Orange #962108

Tints of Mandarian Orange #962108

Color information

#962108 (or 0x962108) is unknown color: approx Mandarian Orange. HEX triplet: 96, 21 and 08. RGB value is (150,33,8). Sum of RGB (Red+Green+Blue) = 150+33+8=191 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.53% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 150 - color contains mainly: red. Hex color #962108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962108 is #69DEF7. Grayscale: #414141. Windows color (decimal): -6938360 or 532886. OLE color: 532886.

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

Color convert

RGB150338-
CMYK00.780.950.41
HSL10.56º89.87%30.98%-
HSV(B)10.56º94.67%58.82%-
XYZ13.177.591-
YUV65.1395.76188.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 78.53%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 8 (3.52% from 255) = 4.19%
R=78.53%
G=17.28%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15033800.780.950.4110.5689.8730.98
Hex9621804E5F29b5a1f
Octal22641100116137511313237
Binary1001011010000110000100111010111111010011011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962108; }

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

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

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

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

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

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

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

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