#9F6200

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

Shades of Golden Brown #9F6200

Tints of Golden Brown #9F6200

Color information

#9F6200 (or 0x9F6200) is unknown color: approx Golden Brown. HEX triplet: 9F, 62 and 00. RGB value is (159,98,0). Sum of RGB (Red+Green+Blue) = 159+98+0=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6200 is #609DFF. Grayscale: #696969. Windows color (decimal): -6331904 or 25247. OLE color: 25247.

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

Color convert

RGB159980-
CMYK00.3810.38
HSL36.98º100%31.18%-
HSV(B)36.98º100%62.35%-
XYZ18.6716.112.13-
YUV105.0768.71166.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.87%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.87%
G=38.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15998000.3810.3836.9810031.18
Hex9F620026642625641f
Octal2371420046144464514437
Binary100111111100010001001101100100100110100101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,98,0); }

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

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

 a { background-color: rgb(159,98,0); }

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

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

 span { border-color: rgb(159,98,0); }

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