#987940

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

Shades of Buttered Rum #987940

Tints of Buttered Rum #987940

Color information

#987940 (or 0x987940) is unknown color: approx Buttered Rum. HEX triplet: 98, 79 and 40. RGB value is (152,121,64). Sum of RGB (Red+Green+Blue) = 152+121+64=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #987940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987940 is #6786BF. Grayscale: #7C7C7C. Windows color (decimal): -6784704 or 4225432. OLE color: 4225432.

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

Color convert

RGB15212164-
CMYK00.200.580.40
HSL38.86º40.74%42.35%-
HSV(B)38.86º57.89%59.61%-
XYZ20.7120.727.76-
YUV123.7794.27148.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=45.10%
G=35.91%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521216400.200.580.4038.8640.7442.35
Hex9879400143A2827292a
Octal2301711000247250475152
Binary1001100011110011000000010100111010101000100111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987940; }

 p { color: rgb(152,121,64); }

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

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

 a { background-color: rgb(152,121,64); }

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

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

 span { border-color: rgb(152,121,64); }

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