#986A25

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

Shades of Buttered Rum #986A25

Tints of Buttered Rum #986A25

Color information

#986A25 (or 0x986A25) is unknown color: approx Buttered Rum. HEX triplet: 98, 6A and 25. RGB value is (152,106,37). Sum of RGB (Red+Green+Blue) = 152+106+37=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #986A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A25 is #6795DA. Grayscale: #707070. Windows color (decimal): -6788571 or 2452120. OLE color: 2452120.

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

Color convert

RGB15210637-
CMYK00.300.760.40
HSL36º60.85%37.06%-
HSV(B)36º75.66%59.61%-
XYZ18.4417.124.08-
YUV111.8985.74156.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 37 (14.84% from 255) = 12.54%
R=51.53%
G=35.93%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521063700.300.760.403660.8537.06
Hex986A2501E4C28243d25
Octal2301524503611450447545
Binary1001100011010101001010111101001100101000100100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,106,37); }

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

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

 a { background-color: rgb(152,106,37); }

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

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

 span { border-color: rgb(152,106,37); }

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