#987632

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

Shades of Buttered Rum #987632

Tints of Buttered Rum #987632

Color information

#987632 (or 0x987632) is unknown color: approx Buttered Rum. HEX triplet: 98, 76 and 32. RGB value is (152,118,50). Sum of RGB (Red+Green+Blue) = 152+118+50=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #987632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987632 is #6789CD. Grayscale: #787878. Windows color (decimal): -6785486 or 3307160. OLE color: 3307160.

HSL color Cylindrical-coordinate representation of color #987632: hue angle of 40º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #987632 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB15211850-
CMYK00.220.670.40
HSL40º50.5%39.61%-
HSV(B)40º67.11%59.61%-
XYZ2019.865.8-
YUV120.4188.26150.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 50 (19.92% from 255) = 15.62%
R=47.5%
G=36.88%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521185000.220.670.404050.539.61
Hex9876320164328283228
Octal2301666202610350506250
Binary1001100011101101100100101101000011101000101000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987632; }

 p { color: rgb(152,118,50); }

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

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

 a { background-color: rgb(152,118,50); }

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

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

 span { border-color: rgb(152,118,50); }

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