#986933

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

Shades of Buttered Rum #986933

Tints of Buttered Rum #986933

Color information

#986933 (or 0x986933) is unknown color: approx Buttered Rum. HEX triplet: 98, 69 and 33. RGB value is (152,105,51). Sum of RGB (Red+Green+Blue) = 152+105+51=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #986933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986933 is #6796CC. Grayscale: #717171. Windows color (decimal): -6788813 or 3369368. OLE color: 3369368.

HSL color Cylindrical-coordinate representation of color #986933: hue angle of 32.08º 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 #986933 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB15210551-
CMYK00.310.660.40
HSL32.08º49.75%39.8%-
HSV(B)32.08º66.45%59.61%-
XYZ18.617.025.44-
YUV112.993.07155.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 51 (20.31% from 255) = 16.56%
R=49.35%
G=34.09%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521055100.310.660.4032.0849.7539.8
Hex98693301F4228203228
Octal2301516303710250406250
Binary1001100011010011100110111111000010101000100000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986933; }

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

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

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

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

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

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

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

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