#9F6412

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

Shades of Golden Brown #9F6412

Tints of Golden Brown #9F6412

Color information

#9F6412 (or 0x9F6412) is unknown color: approx Golden Brown. HEX triplet: 9F, 64 and 12. RGB value is (159,100,18). Sum of RGB (Red+Green+Blue) = 159+100+18=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6412 is #609BED. Grayscale: #6C6C6C. Windows color (decimal): -6331374 or 1205407. OLE color: 1205407.

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

Color convert

RGB15910018-
CMYK00.370.890.38
HSL34.89º79.66%34.71%-
HSV(B)34.89º88.68%62.35%-
XYZ18.9616.532.76-
YUV108.2977.05164.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.40%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 18 (7.42% from 255) = 6.50%
R=57.40%
G=36.10%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591001800.370.890.3834.8979.6634.71
Hex9F64120255926235023
Octal23714422045131464312043
Binary10011111110010010010010010110110011001101000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,100,18); }

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

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

 a { background-color: rgb(159,100,18); }

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

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

 span { border-color: rgb(159,100,18); }

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