#987E3D

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

Shades of Buttered Rum #987E3D

Tints of Buttered Rum #987E3D

Color information

#987E3D (or 0x987E3D) is unknown color: approx Buttered Rum. HEX triplet: 98, 7E and 3D. RGB value is (152,126,61). Sum of RGB (Red+Green+Blue) = 152+126+61=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #987E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987E3D is #6781C2. Grayscale: #7E7E7E. Windows color (decimal): -6783427 or 4030104. OLE color: 4030104.

HSL color Cylindrical-coordinate representation of color #987E3D: hue angle of 42.86º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #987E3D is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB15212661-
CMYK00.170.600.40
HSL42.86º42.72%41.76%-
HSV(B)42.86º59.87%59.61%-
XYZ21.2521.937.53-
YUV126.3691.11146.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=44.84%
G=37.17%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521266100.170.600.4042.8642.7241.76
Hex987E3D0113C282b2b2a
Octal230176750217450535352
Binary100110001111110111101010001111100101000101011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987E3D; }

 p { color: rgb(152,126,61); }

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

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

 a { background-color: rgb(152,126,61); }

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

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

 span { border-color: rgb(152,126,61); }

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