#972506

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

Shades of Mandarian Orange #972506

Tints of Mandarian Orange #972506

Color information

#972506 (or 0x972506) is unknown color: approx Mandarian Orange. HEX triplet: 97, 25 and 06. RGB value is (151,37,6). Sum of RGB (Red+Green+Blue) = 151+37+6=194 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.84% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 151 - color contains mainly: red. Hex color #972506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972506 is #68DAF9. Grayscale: #434343. Windows color (decimal): -6871802 or 402839. OLE color: 402839.

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

Color convert

RGB151376-
CMYK00.750.960.41
HSL12.83º92.36%30.78%-
HSV(B)12.83º96.03%59.22%-
XYZ13.467.920.99-
YUV67.5593.27187.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 77.84%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 6 (2.73% from 255) = 3.09%
R=77.84%
G=19.07%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15137600.750.960.4112.8392.3630.78
Hex9725604B6029d5c1f
Octal2274560113140511513437
Binary100101111001011100100101111000001010011101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972506; }

 p { color: rgb(151,37,6); }

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

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

 a { background-color: rgb(151,37,6); }

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

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

 span { border-color: rgb(151,37,6); }

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