#986C35

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

Shades of Buttered Rum #986C35

Tints of Buttered Rum #986C35

Color information

#986C35 (or 0x986C35) is unknown color: approx Buttered Rum. HEX triplet: 98, 6C and 35. RGB value is (152,108,53). Sum of RGB (Red+Green+Blue) = 152+108+53=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #986C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C35 is #6793CA. Grayscale: #737373. Windows color (decimal): -6788043 or 3501208. OLE color: 3501208.

HSL color Cylindrical-coordinate representation of color #986C35: hue angle of 33.33º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #986C35 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB15210853-
CMYK00.290.650.40
HSL33.33º48.29%40.2%-
HSV(B)33.33º65.13%59.61%-
XYZ18.9517.665.78-
YUV114.8993.08154.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=48.56%
G=34.50%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521085300.290.650.4033.3348.2940.2
Hex986C3501D4128213028
Octal2301546503510150416050
Binary1001100011011001101010111011000001101000100001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,108,53); }

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

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

 a { background-color: rgb(152,108,53); }

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

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

 span { border-color: rgb(152,108,53); }

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