#9F5608

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

Shades of Golden Brown #9F5608

Tints of Golden Brown #9F5608

Color information

#9F5608 (or 0x9F5608) is unknown color: approx Golden Brown. HEX triplet: 9F, 56 and 08. RGB value is (159,86,8). Sum of RGB (Red+Green+Blue) = 159+86+8=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5608 is #60A9F7. Grayscale: #636363. Windows color (decimal): -6334968 or 546463. OLE color: 546463.

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

Color convert

RGB159868-
CMYK00.460.950.38
HSL30.99º90.42%32.75%-
HSV(B)30.99º94.97%62.35%-
XYZ17.6714.042.01-
YUV98.9476.68170.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.85%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 8 (3.52% from 255) = 3.16%
R=62.85%
G=33.99%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15986800.460.950.3830.9990.4232.75
Hex9F56802E5F261f5a21
Octal23712610056137463713241
Binary100111111010110100001011101011111100110111111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,86,8); }

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

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

 a { background-color: rgb(159,86,8); }

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

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

 span { border-color: rgb(159,86,8); }

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