#986925

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

Shades of Buttered Rum #986925

Tints of Buttered Rum #986925

Color information

#986925 (or 0x986925) is unknown color: approx Buttered Rum. HEX triplet: 98, 69 and 25. RGB value is (152,105,37). Sum of RGB (Red+Green+Blue) = 152+105+37=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #986925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986925 is #6796DA. Grayscale: #6F6F6F. Windows color (decimal): -6788827 or 2451864. OLE color: 2451864.

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

Color convert

RGB15210537-
CMYK00.310.760.40
HSL35.48º60.85%37.06%-
HSV(B)35.48º75.66%59.61%-
XYZ18.3316.914.05-
YUV111.386.07157.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.70%
GREEN value IS 105 (41.41% from 255) = 35.71%
BLUE value IS 37 (14.84% from 255) = 12.59%
R=51.70%
G=35.71%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521053700.310.760.4035.4860.8537.06
Hex98692501F4C28233d25
Octal2301514503711450437545
Binary1001100011010011001010111111001100101000100011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986925; }

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

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

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

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

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

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

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

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