#986B22

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

Shades of Buttered Rum #986B22

Tints of Buttered Rum #986B22

Color information

#986B22 (or 0x986B22) is unknown color: approx Buttered Rum. HEX triplet: 98, 6B and 22. RGB value is (152,107,34). Sum of RGB (Red+Green+Blue) = 152+107+34=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #986B22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986B22 is #6794DD. Grayscale: #707070. Windows color (decimal): -6788318 or 2255768. OLE color: 2255768.

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

Color convert

RGB15210734-
CMYK00.300.780.40
HSL37.12º63.44%36.47%-
HSV(B)37.12º77.63%59.61%-
XYZ18.517.313.88-
YUV112.1383.91156.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 34 (13.67% from 255) = 11.60%
R=51.88%
G=36.52%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521073400.300.780.4037.1263.4436.47
Hex986B2201E4E28253f24
Octal2301534203611650457744
Binary1001100011010111000100111101001110101000100101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,107,34); }

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

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

 a { background-color: rgb(152,107,34); }

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

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

 span { border-color: rgb(152,107,34); }

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