#997240

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

Shades of Buttered Rum #997240

Tints of Buttered Rum #997240

Color information

#997240 (or 0x997240) is unknown color: approx Buttered Rum. HEX triplet: 99, 72 and 40. RGB value is (153,114,64). Sum of RGB (Red+Green+Blue) = 153+114+64=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #997240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997240 is #668DBF. Grayscale: #787878. Windows color (decimal): -6720960 or 4223641. OLE color: 4223641.

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

Color convert

RGB15311464-
CMYK00.250.580.4
HSL33.71º41.01%42.55%-
HSV(B)33.71º58.17%60%-
XYZ20.0819.187.49-
YUV119.9696.42151.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 64 (25.39% from 255) = 19.34%
R=46.22%
G=34.44%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531146400.250.580.433.7141.0142.55
Hex9972400193A2822292b
Octal2311621000317250425153
Binary1001100111100101000000011001111010101000100010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997240; }

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

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

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

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

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

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

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

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