#922616

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

Shades of Mandarian Orange #922616

Tints of Mandarian Orange #922616

Color information

#922616 (or 0x922616) is unknown color: approx Mandarian Orange. HEX triplet: 92, 26 and 16. RGB value is (146,38,22). Sum of RGB (Red+Green+Blue) = 146+38+22=206 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.87% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 146 - color contains mainly: red. Hex color #922616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922616 is #6DD9E9. Grayscale: #444444. Windows color (decimal): -7199210 or 1451666. OLE color: 1451666.

HSL color Cylindrical-coordinate representation of color #922616: hue angle of 7.74º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #922616 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB1463822-
CMYK00.740.850.43
HSL7.74º73.81%32.94%-
HSV(B)7.74º84.93%57.25%-
XYZ12.697.561.55-
YUV68.47101.78183.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.87%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=70.87%
G=18.45%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146382200.740.850.437.7473.8132.94
Hex92261604A552B84a21
Octal22246260112125531011241
Binary100100101001101011001001010101010110101110001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922616; }

 p { color: rgb(146,38,22); }

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

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

 a { background-color: rgb(146,38,22); }

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

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

 span { border-color: rgb(146,38,22); }

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