#987D3D

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

Shades of Buttered Rum #987D3D

Tints of Buttered Rum #987D3D

Color information

#987D3D (or 0x987D3D) is unknown color: approx Buttered Rum. HEX triplet: 98, 7D and 3D. RGB value is (152,125,61). Sum of RGB (Red+Green+Blue) = 152+125+61=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #987D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D3D is #6782C2. Grayscale: #7E7E7E. Windows color (decimal): -6783683 or 4029848. OLE color: 4029848.

HSL color Cylindrical-coordinate representation of color #987D3D: hue angle of 42.2º 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 #987D3D is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB15212561-
CMYK00.180.600.40
HSL42.2º42.72%41.76%-
HSV(B)42.2º59.87%59.61%-
XYZ21.1221.687.49-
YUV125.7891.45146.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 125 (49.22% from 255) = 36.98%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=44.97%
G=36.98%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521256100.180.600.4042.242.7241.76
Hex987D3D0123C282a2b2a
Octal230175750227450525352
Binary100110001111101111101010010111100101000101010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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