#986C2A

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

Shades of Buttered Rum #986C2A

Tints of Buttered Rum #986C2A

Color information

#986C2A (or 0x986C2A) is unknown color: approx Buttered Rum. HEX triplet: 98, 6C and 2A. RGB value is (152,108,42). Sum of RGB (Red+Green+Blue) = 152+108+42=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #986C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C2A is #6793D5. Grayscale: #717171. Windows color (decimal): -6788054 or 2780312. OLE color: 2780312.

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

Color convert

RGB15210842-
CMYK00.290.720.40
HSL36º56.7%38.04%-
HSV(B)36º72.37%59.61%-
XYZ18.7317.574.59-
YUV113.6387.58155.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.33%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 42 (16.80% from 255) = 13.91%
R=50.33%
G=35.76%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521084200.290.720.403656.738.04
Hex986C2A01D4828243926
Octal2301545203511050447146
Binary1001100011011001010100111011001000101000100100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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