#986A30

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

Shades of Buttered Rum #986A30

Tints of Buttered Rum #986A30

Color information

#986A30 (or 0x986A30) is unknown color: approx Buttered Rum. HEX triplet: 98, 6A and 30. RGB value is (152,106,48). Sum of RGB (Red+Green+Blue) = 152+106+48=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #986A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A30 is #6795CF. Grayscale: #717171. Windows color (decimal): -6788560 or 3173016. OLE color: 3173016.

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

Color convert

RGB15210648-
CMYK00.300.680.40
HSL33.46º52%39.22%-
HSV(B)33.46º68.42%59.61%-
XYZ18.6417.25.13-
YUV113.1491.24155.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 48 (19.14% from 255) = 15.69%
R=49.67%
G=34.64%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521064800.300.680.4033.465239.22
Hex986A3001E4428213427
Octal2301526003610450416447
Binary1001100011010101100000111101000100101000100001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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