#9F6C13

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

Shades of Golden Brown #9F6C13

Tints of Golden Brown #9F6C13

Color information

#9F6C13 (or 0x9F6C13) is unknown color: approx Golden Brown. HEX triplet: 9F, 6C and 13. RGB value is (159,108,19). Sum of RGB (Red+Green+Blue) = 159+108+19=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6C13 is #6093EC. Grayscale: #717171. Windows color (decimal): -6329325 or 1272991. OLE color: 1272991.

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

Color convert

RGB15910819-
CMYK00.320.880.38
HSL38.14º78.65%34.9%-
HSV(B)38.14º88.05%62.35%-
XYZ19.7818.143.08-
YUV113.174.9160.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.59%
GREEN value IS 108 (42.58% from 255) = 37.76%
BLUE value IS 19 (7.81% from 255) = 6.64%
R=55.59%
G=37.76%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591081900.320.880.3838.1478.6534.9
Hex9F6C130205826264f23
Octal23715423040130464611743
Binary10011111110110010011010000010110001001101001101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,108,19); }

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

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

 a { background-color: rgb(159,108,19); }

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

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

 span { border-color: rgb(159,108,19); }

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