#9F6810

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

Shades of Golden Brown #9F6810

Tints of Golden Brown #9F6810

Color information

#9F6810 (or 0x9F6810) is unknown color: approx Golden Brown. HEX triplet: 9F, 68 and 10. RGB value is (159,104,16). Sum of RGB (Red+Green+Blue) = 159+104+16=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6810 is #6097EF. Grayscale: #6E6E6E. Windows color (decimal): -6330352 or 1075359. OLE color: 1075359.

HSL color Cylindrical-coordinate representation of color #9F6810: hue angle of 36.92º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F6810 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB15910416-
CMYK00.350.900.38
HSL36.92º81.71%34.31%-
HSV(B)36.92º89.94%62.35%-
XYZ19.3417.312.81-
YUV110.4174.72162.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.99%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 16 (6.64% from 255) = 5.73%
R=56.99%
G=37.28%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591041600.350.900.3836.9281.7134.31
Hex9F68100235A26255222
Octal23715020043132464512242
Binary10011111110100010000010001110110101001101001011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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