#9A6F2F

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

Shades of Buttered Rum #9A6F2F

Tints of Buttered Rum #9A6F2F

Color information

#9A6F2F (or 0x9A6F2F) is unknown color: approx Buttered Rum. HEX triplet: 9A, 6F and 2F. RGB value is (154,111,47). Sum of RGB (Red+Green+Blue) = 154+111+47=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6F2F is #6590D0. Grayscale: #747474. Windows color (decimal): -6656209 or 3108762. OLE color: 3108762.

HSL color Cylindrical-coordinate representation of color #9A6F2F: hue angle of 35.89º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A6F2F is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB15411147-
CMYK00.280.690.40
HSL35.89º53.23%39.41%-
HSV(B)35.89º69.48%60.39%-
XYZ19.5218.445.22-
YUV116.5688.75154.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.36%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 47 (18.75% from 255) = 15.06%
R=49.36%
G=35.58%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541114700.280.690.4035.8953.2339.41
Hex9A6F2F01C4528243527
Octal2321575703410550446547
Binary1001101011011111011110111001000101101000100100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,111,47); }

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

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

 a { background-color: rgb(154,111,47); }

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

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

 span { border-color: rgb(154,111,47); }

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