#9F6F42

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

Shades of Bourbon #9F6F42

Tints of Bourbon #9F6F42

Color information

#9F6F42 (or 0x9F6F42) is unknown color: approx Bourbon. HEX triplet: 9F, 6F and 42. RGB value is (159,111,66). Sum of RGB (Red+Green+Blue) = 159+111+66=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6F42 is #6090BD. Grayscale: #787878. Windows color (decimal): -6328510 or 4353951. OLE color: 4353951.

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

Color convert

RGB15911166-
CMYK00.300.580.38
HSL29.03º41.33%44.12%-
HSV(B)29.03º58.49%62.35%-
XYZ20.9719.137.74-
YUV120.2297.4155.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.32%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 66 (26.17% from 255) = 19.64%
R=47.32%
G=33.04%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591116600.300.580.3829.0341.3344.12
Hex9F6F4201E3A261d292c
Octal2371571020367246355154
Binary100111111101111100001001111011101010011011101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,111,66); }

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

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

 a { background-color: rgb(159,111,66); }

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

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

 span { border-color: rgb(159,111,66); }

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