#986E39

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

Shades of Buttered Rum #986E39

Tints of Buttered Rum #986E39

Color information

#986E39 (or 0x986E39) is unknown color: approx Buttered Rum. HEX triplet: 98, 6E and 39. RGB value is (152,110,57). Sum of RGB (Red+Green+Blue) = 152+110+57=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #986E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986E39 is #6791C6. Grayscale: #747474. Windows color (decimal): -6787527 or 3763864. OLE color: 3763864.

HSL color Cylindrical-coordinate representation of color #986E39: hue angle of 33.47º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #986E39 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB15211057-
CMYK00.280.620.40
HSL33.47º45.45%40.98%-
HSV(B)33.47º62.5%59.61%-
XYZ19.2618.126.35-
YUV116.5294.41153.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 57 (22.66% from 255) = 17.87%
R=47.65%
G=34.48%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521105700.280.620.4033.4745.4540.98
Hex986E3901C3E28212d29
Octal230156710347650415551
Binary100110001101110111001011100111110101000100001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986E39; }

 p { color: rgb(152,110,57); }

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

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

 a { background-color: rgb(152,110,57); }

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

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

 span { border-color: rgb(152,110,57); }

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