#9F681F

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

Shades of Golden Brown #9F681F

Tints of Golden Brown #9F681F

Color information

#9F681F (or 0x9F681F) is unknown color: approx Golden Brown. HEX triplet: 9F, 68 and 1F. RGB value is (159,104,31). Sum of RGB (Red+Green+Blue) = 159+104+31=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F681F is #6097E0. Grayscale: #707070. Windows color (decimal): -6330337 or 2058399. OLE color: 2058399.

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

Color convert

RGB15910431-
CMYK00.350.810.38
HSL34.22º67.37%37.25%-
HSV(B)34.22º80.5%62.35%-
XYZ19.517.373.62-
YUV112.1282.22161.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.08%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 31 (12.5% from 255) = 10.54%
R=54.08%
G=35.37%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591043100.350.810.3834.2267.3737.25
Hex9F681F0235126224325
Octal23715037043121464210345
Binary10011111110100011111010001110100011001101000101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,104,31); }

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

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

 a { background-color: rgb(159,104,31); }

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

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

 span { border-color: rgb(159,104,31); }

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