#986C33

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

Shades of Buttered Rum #986C33

Tints of Buttered Rum #986C33

Color information

#986C33 (or 0x986C33) is unknown color: approx Buttered Rum. HEX triplet: 98, 6C and 33. RGB value is (152,108,51). Sum of RGB (Red+Green+Blue) = 152+108+51=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #986C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C33 is #6793CC. Grayscale: #727272. Windows color (decimal): -6788045 or 3370136. OLE color: 3370136.

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

Color convert

RGB15210851-
CMYK00.290.660.40
HSL33.86º49.75%39.8%-
HSV(B)33.86º66.45%59.61%-
XYZ18.9117.645.54-
YUV114.6692.08154.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 108 (42.58% from 255) = 34.73%
BLUE value IS 51 (20.31% from 255) = 16.40%
R=48.87%
G=34.73%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521085100.290.660.4033.8649.7539.8
Hex986C3301D4228223228
Octal2301546303510250426250
Binary1001100011011001100110111011000010101000100010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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