#9F7016

Color #9F7016 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9F7016

Tints of Golden Brown #9F7016

Color information

#9F7016 (or 0x9F7016) is unknown color: approx Golden Brown. HEX triplet: 9F, 70 and 16. RGB value is (159,112,22). Sum of RGB (Red+Green+Blue) = 159+112+22=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7016 is #608FE9. Grayscale: #747474. Windows color (decimal): -6328298 or 1470623. OLE color: 1470623.

HSL color Cylindrical-coordinate representation of color #9F7016: hue angle of 39.42º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F7016 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB15911222-
CMYK00.300.860.38
HSL39.42º75.69%35.49%-
HSV(B)39.42º86.16%62.35%-
XYZ20.2419.023.36-
YUV115.7975.07158.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.27%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 22 (8.98% from 255) = 7.51%
R=54.27%
G=38.23%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591122200.300.860.3839.4275.6935.49
Hex9F701601E5626274c23
Octal23716026036126464711443
Binary1001111111100001011001111010101101001101001111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F7016; }

 p { color: rgb(159,112,22); }

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

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

 a { background-color: rgb(159,112,22); }

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

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

 span { border-color: rgb(159,112,22); }

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