#9F6A06

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

Shades of Golden Brown #9F6A06

Tints of Golden Brown #9F6A06

Color information

#9F6A06 (or 0x9F6A06) is unknown color: approx Golden Brown. HEX triplet: 9F, 6A and 06. RGB value is (159,106,6). Sum of RGB (Red+Green+Blue) = 159+106+6=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6A06 is #6095F9. Grayscale: #6E6E6E. Windows color (decimal): -6329850 or 420511. OLE color: 420511.

HSL color Cylindrical-coordinate representation of color #9F6A06: hue angle of 39.22º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F6A06 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB1591066-
CMYK00.330.960.38
HSL39.22º92.73%32.35%-
HSV(B)39.22º96.23%62.35%-
XYZ19.4817.692.56-
YUV110.4569.06162.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.67%
GREEN value IS 106 (41.80% from 255) = 39.11%
BLUE value IS 6 (2.73% from 255) = 2.21%
R=58.67%
G=39.11%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159106600.330.960.3839.2292.7332.35
Hex9F6A60216026275d20
Octal2371526041140464713540
Binary100111111101010110010000111000001001101001111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,106,6); }

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

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

 a { background-color: rgb(159,106,6); }

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

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

 span { border-color: rgb(159,106,6); }

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