#986B35

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

Shades of Buttered Rum #986B35

Tints of Buttered Rum #986B35

Color information

#986B35 (or 0x986B35) is unknown color: approx Buttered Rum. HEX triplet: 98, 6B and 35. RGB value is (152,107,53). Sum of RGB (Red+Green+Blue) = 152+107+53=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #986B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986B35 is #6794CA. Grayscale: #727272. Windows color (decimal): -6788299 or 3500952. OLE color: 3500952.

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

Color convert

RGB15210753-
CMYK00.300.650.40
HSL32.73º48.29%40.2%-
HSV(B)32.73º65.13%59.61%-
XYZ18.8517.455.74-
YUV114.393.41154.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.72%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=48.72%
G=34.29%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521075300.300.650.4032.7348.2940.2
Hex986B3501E4128213028
Octal2301536503610150416050
Binary1001100011010111101010111101000001101000100001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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