#9f691f

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

Shades of Golden Brown #9F691F

Tints of Golden Brown #9F691F

Color information

#9F691F (or 0x9F691F) is unknown color: approx Golden Brown. HEX triplet: 9F, 69 and 1F. RGB value is (159,105,31). Sum of RGB (Red+Green+Blue) = 159+105+31=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F691F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F691F is #6096E0. Grayscale: #717171. Windows color (decimal): -6330081 or 2058655. OLE color: 2058655.

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

Color convert

RGB15910531-
CMYK00.340.810.38
HSL34.69º67.37%37.25%-
HSV(B)34.69º80.5%62.35%-
XYZ19.617.573.66-
YUV112.7181.89161.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.90%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 31 (12.5% from 255) = 10.51%
R=53.90%
G=35.59%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591053100.340.810.3834.6967.3737.25
Hex9F691F0225126234325
Octal23715137042121464310345
Binary10011111110100111111010001010100011001101000111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f691f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,105,31); }

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

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

 a { background-color: rgb(159,105,31); }

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

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

 span { border-color: rgb(159,105,31); }

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