#992206

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

Shades of Mandarian Orange #992206

Tints of Mandarian Orange #992206

Color information

#992206 (or 0x992206) is unknown color: approx Mandarian Orange. HEX triplet: 99, 22 and 06. RGB value is (153,34,6). Sum of RGB (Red+Green+Blue) = 153+34+6=193 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.27% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 153 - color contains mainly: red. Hex color #992206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992206 is #66DDF9. Grayscale: #424242. Windows color (decimal): -6741498 or 402073. OLE color: 402073.

HSL color Cylindrical-coordinate representation of color #992206: hue angle of 11.43º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #992206 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB153346-
CMYK00.780.960.4
HSL11.43º92.45%31.18%-
HSV(B)11.43º96.08%60%-
XYZ13.747.930.98-
YUV66.3993.92189.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 79.27%
GREEN value IS 34 (13.67% from 255) = 17.62%
BLUE value IS 6 (2.73% from 255) = 3.11%
R=79.27%
G=17.62%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15334600.780.960.411.4392.4531.18
Hex9922604E6028b5c1f
Octal2314260116140501313437
Binary100110011000101100100111011000001010001011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992206; }

 p { color: rgb(153,34,6); }

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

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

 a { background-color: rgb(153,34,6); }

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

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

 span { border-color: rgb(153,34,6); }

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