#9F6D3F

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

Shades of Bourbon #9F6D3F

Tints of Bourbon #9F6D3F

Color information

#9F6D3F (or 0x9F6D3F) is unknown color: approx Bourbon. HEX triplet: 9F, 6D and 3F. RGB value is (159,109,63). Sum of RGB (Red+Green+Blue) = 159+109+63=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6D3F is #6092C0. Grayscale: #767676. Windows color (decimal): -6329025 or 4156831. OLE color: 4156831.

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

Color convert

RGB15910963-
CMYK00.310.600.38
HSL28.75º43.24%43.53%-
HSV(B)28.75º60.38%62.35%-
XYZ20.6618.677.22-
YUV118.7196.56156.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.04%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 63 (25% from 255) = 19.03%
R=48.04%
G=32.93%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591096300.310.600.3828.7543.2443.53
Hex9F6D3F01F3C261d2b2c
Octal237155770377446355354
Binary10011111110110111111101111111110010011011101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,109,63); }

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

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

 a { background-color: rgb(159,109,63); }

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

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

 span { border-color: rgb(159,109,63); }

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