#986832

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

Shades of Buttered Rum #986832

Tints of Buttered Rum #986832

Color information

#986832 (or 0x986832) is unknown color: approx Buttered Rum. HEX triplet: 98, 68 and 32. RGB value is (152,104,50). Sum of RGB (Red+Green+Blue) = 152+104+50=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #986832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986832 is #6797CD. Grayscale: #707070. Windows color (decimal): -6789070 or 3303576. OLE color: 3303576.

HSL color Cylindrical-coordinate representation of color #986832: hue angle of 31.76º 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 #986832 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB15210450-
CMYK00.320.670.40
HSL31.76º50.5%39.61%-
HSV(B)31.76º67.11%59.61%-
XYZ18.4716.815.29-
YUV112.292.9156.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=49.67%
G=33.99%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521045000.320.670.4031.7650.539.61
Hex9868320204328203228
Octal2301506204010350406250
Binary10011000110100011001001000001000011101000100000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986832; }

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

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

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

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

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

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

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

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