#986F3D

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

Shades of Buttered Rum #986F3D

Tints of Buttered Rum #986F3D

Color information

#986F3D (or 0x986F3D) is unknown color: approx Buttered Rum. HEX triplet: 98, 6F and 3D. RGB value is (152,111,61). Sum of RGB (Red+Green+Blue) = 152+111+61=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #986F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F3D is #6790C2. Grayscale: #757575. Windows color (decimal): -6787267 or 4026264. OLE color: 4026264.

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

Color convert

RGB15211161-
CMYK00.270.600.40
HSL32.97º42.72%41.76%-
HSV(B)32.97º59.87%59.61%-
XYZ19.4818.386.94-
YUV117.5696.08152.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 61 (24.22% from 255) = 18.83%
R=46.91%
G=34.26%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521116100.270.600.4032.9742.7241.76
Hex986F3D01B3C28212b2a
Octal230157750337450415352
Binary100110001101111111101011011111100101000100001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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