#962608

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

Shades of Mandarian Orange #962608

Tints of Mandarian Orange #962608

Color information

#962608 (or 0x962608) is unknown color: approx Mandarian Orange. HEX triplet: 96, 26 and 08. RGB value is (150,38,8). Sum of RGB (Red+Green+Blue) = 150+38+8=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #962608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962608 is #69D9F7. Grayscale: #444444. Windows color (decimal): -6937080 or 534166. OLE color: 534166.

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

Color convert

RGB150388-
CMYK00.750.950.41
HSL12.68º89.87%30.98%-
HSV(B)12.68º94.67%58.82%-
XYZ13.317.891.05-
YUV68.0794.11186.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 76.53%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 8 (3.52% from 255) = 4.08%
R=76.53%
G=19.39%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15038800.750.950.4112.6889.8730.98
Hex9626804B5F29d5a1f
Octal22646100113137511513237
Binary1001011010011010000100101110111111010011101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962608; }

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

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

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

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

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

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

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

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