#986A23

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

Shades of Buttered Rum #986A23

Tints of Buttered Rum #986A23

Color information

#986A23 (or 0x986A23) is unknown color: approx Buttered Rum. HEX triplet: 98, 6A and 23. RGB value is (152,106,35). Sum of RGB (Red+Green+Blue) = 152+106+35=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #986A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A23 is #6795DC. Grayscale: #6F6F6F. Windows color (decimal): -6788573 or 2321048. OLE color: 2321048.

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

Color convert

RGB15210635-
CMYK00.300.770.40
HSL36.41º62.57%36.67%-
HSV(B)36.41º76.97%59.61%-
XYZ18.4117.13.92-
YUV111.6684.74156.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 35 (14.06% from 255) = 11.95%
R=51.88%
G=36.18%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521063500.300.770.4036.4162.5736.67
Hex986A2301E4D28243f25
Octal2301524303611550447745
Binary1001100011010101000110111101001101101000100100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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