#9F6F23

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

Shades of Buttered Rum #9F6F23

Tints of Buttered Rum #9F6F23

Color information

#9F6F23 (or 0x9F6F23) is unknown color: approx Buttered Rum. HEX triplet: 9F, 6F and 23. RGB value is (159,111,35). Sum of RGB (Red+Green+Blue) = 159+111+35=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6F23 is #6090DC. Grayscale: #757575. Windows color (decimal): -6328541 or 2322335. OLE color: 2322335.

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

Color convert

RGB15911135-
CMYK00.300.780.38
HSL36.77º63.92%38.04%-
HSV(B)36.77º77.99%62.35%-
XYZ20.2918.864.16-
YUV116.6981.9158.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.13%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 35 (14.06% from 255) = 11.48%
R=52.13%
G=36.39%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591113500.300.780.3836.7763.9238.04
Hex9F6F2301E4E26254026
Octal23715743036116464510046
Binary10011111110111110001101111010011101001101001011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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