#986B27

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

Shades of Buttered Rum #986B27

Tints of Buttered Rum #986B27

Color information

#986B27 (or 0x986B27) is unknown color: approx Buttered Rum. HEX triplet: 98, 6B and 27. RGB value is (152,107,39). Sum of RGB (Red+Green+Blue) = 152+107+39=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #986B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986B27 is #6794D8. Grayscale: #717171. Windows color (decimal): -6788313 or 2583448. OLE color: 2583448.

HSL color Cylindrical-coordinate representation of color #986B27: hue angle of 36.11º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #986B27 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB15210739-
CMYK00.300.740.40
HSL36.11º59.16%37.45%-
HSV(B)36.11º74.34%59.61%-
XYZ18.5717.344.29-
YUV112.786.41156.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 107 (42.19% from 255) = 35.91%
BLUE value IS 39 (15.62% from 255) = 13.09%
R=51.01%
G=35.91%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521073900.300.740.4036.1159.1637.45
Hex986B2701E4A28243b25
Octal2301534703611250447345
Binary1001100011010111001110111101001010101000100100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,107,39); }

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

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

 a { background-color: rgb(152,107,39); }

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

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

 span { border-color: rgb(152,107,39); }

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