#986F3B

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

Shades of Buttered Rum #986F3B

Tints of Buttered Rum #986F3B

Color information

#986F3B (or 0x986F3B) is unknown color: approx Buttered Rum. HEX triplet: 98, 6F and 3B. RGB value is (152,111,59). Sum of RGB (Red+Green+Blue) = 152+111+59=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #986F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F3B is #6790C4. Grayscale: #757575. Windows color (decimal): -6787269 or 3895192. OLE color: 3895192.

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

Color convert

RGB15211159-
CMYK00.270.610.40
HSL33.55º44.08%41.37%-
HSV(B)33.55º61.18%59.61%-
XYZ19.4218.366.66-
YUV117.3395.08152.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 59 (23.44% from 255) = 18.32%
R=47.20%
G=34.47%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521115900.270.610.4033.5544.0841.37
Hex986F3B01B3D28222c29
Octal230157730337550425451
Binary100110001101111111011011011111101101000100010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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