#987B34

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

Shades of Buttered Rum #987B34

Tints of Buttered Rum #987B34

Color information

#987B34 (or 0x987B34) is unknown color: approx Buttered Rum. HEX triplet: 98, 7B and 34. RGB value is (152,123,52). Sum of RGB (Red+Green+Blue) = 152+123+52=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #987B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B34 is #6784CB. Grayscale: #7B7B7B. Windows color (decimal): -6784204 or 3439512. OLE color: 3439512.

HSL color Cylindrical-coordinate representation of color #987B34: hue angle of 42.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #987B34 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB15212352-
CMYK00.190.660.40
HSL42.6º49.02%40%-
HSV(B)42.6º65.79%59.61%-
XYZ20.6521.096.23-
YUV123.5887.61148.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 52 (20.70% from 255) = 15.90%
R=46.48%
G=37.61%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521235200.190.660.4042.649.0240
Hex987B3401342282b3128
Octal2301736402310250536150
Binary1001100011110111101000100111000010101000101011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,123,52); }

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

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

 a { background-color: rgb(152,123,52); }

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

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

 span { border-color: rgb(152,123,52); }

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