#986F3C

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

Shades of Buttered Rum #986F3C

Tints of Buttered Rum #986F3C

Color information

#986F3C (or 0x986F3C) is unknown color: approx Buttered Rum. HEX triplet: 98, 6F and 3C. RGB value is (152,111,60). Sum of RGB (Red+Green+Blue) = 152+111+60=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #986F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F3C is #6790C3. Grayscale: #757575. Windows color (decimal): -6787268 or 3960728. OLE color: 3960728.

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

Color convert

RGB15211160-
CMYK00.270.610.40
HSL33.26º43.4%41.57%-
HSV(B)33.26º60.53%59.61%-
XYZ19.4518.376.8-
YUV117.4495.58152.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.06%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 60 (23.83% from 255) = 18.58%
R=47.06%
G=34.37%
B=18.58%

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
Decimal1521116000.270.610.4033.2643.441.57
Hex986F3C01B3D28212b2a
Octal230157740337550415352
Binary100110001101111111100011011111101101000100001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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