#9A7740

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

Shades of Buttered Rum #9A7740

Tints of Buttered Rum #9A7740

Color information

#9A7740 (or 0x9A7740) is unknown color: approx Buttered Rum. HEX triplet: 9A, 77 and 40. RGB value is (154,119,64). Sum of RGB (Red+Green+Blue) = 154+119+64=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7740 is #6588BF. Grayscale: #7B7B7B. Windows color (decimal): -6654144 or 4224922. OLE color: 4224922.

HSL color Cylindrical-coordinate representation of color #9A7740: hue angle of 36.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A7740 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB15411964-
CMYK00.230.580.40
HSL36.67º41.28%42.75%-
HSV(B)36.67º58.44%60.39%-
XYZ20.8520.437.7-
YUV123.294.6149.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.70%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=45.70%
G=35.31%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541196400.230.580.4036.6741.2842.75
Hex9A77400173A2825292b
Octal2321671000277250455153
Binary1001101011101111000000010111111010101000100101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,119,64); }

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

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

 a { background-color: rgb(154,119,64); }

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

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

 span { border-color: rgb(154,119,64); }

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