#962208

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

Shades of Mandarian Orange #962208

Tints of Mandarian Orange #962208

Color information

#962208 (or 0x962208) is unknown color: approx Mandarian Orange. HEX triplet: 96, 22 and 08. RGB value is (150,34,8). Sum of RGB (Red+Green+Blue) = 150+34+8=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #962208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962208 is #69DDF7. Grayscale: #414141. Windows color (decimal): -6938104 or 533142. OLE color: 533142.

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

Color convert

RGB150348-
CMYK00.770.950.41
HSL10.99º89.87%30.98%-
HSV(B)10.99º94.67%58.82%-
XYZ13.197.651.01-
YUV65.7295.43188.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 78.12%
GREEN value IS 34 (13.67% from 255) = 17.71%
BLUE value IS 8 (3.52% from 255) = 4.17%
R=78.12%
G=17.71%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15034800.770.950.4110.9989.8730.98
Hex9622804D5F29b5a1f
Octal22642100115137511313237
Binary1001011010001010000100110110111111010011011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962208; }

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

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

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

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

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

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

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

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