#997740

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

Shades of Buttered Rum #997740

Tints of Buttered Rum #997740

Color information

#997740 (or 0x997740) is unknown color: approx Buttered Rum. HEX triplet: 99, 77 and 40. RGB value is (153,119,64). Sum of RGB (Red+Green+Blue) = 153+119+64=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #997740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997740 is #6688BF. Grayscale: #7B7B7B. Windows color (decimal): -6719680 or 4224921. OLE color: 4224921.

HSL color Cylindrical-coordinate representation of color #997740: hue angle of 37.08º 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 #997740 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB15311964-
CMYK00.220.580.4
HSL37.08º41.01%42.55%-
HSV(B)37.08º58.17%60%-
XYZ20.6620.347.69-
YUV122.994.76149.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.54%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=45.54%
G=35.42%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531196400.220.580.437.0841.0142.55
Hex9977400163A2825292b
Octal2311671000267250455153
Binary1001100111101111000000010110111010101000100101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997740; }

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

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

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

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

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

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

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

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