Html Css Color HEX #986D3A Buttered Rum

📋 copy color: '#986D3A'

red 152 ◦ green 109 ◦ blue 58

#986D3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttered Rum #986D3A

Tints of Buttered Rum #986D3A

RGB

 RED value IS 152 (59.77% from 255) = 47.65%

 GREEN value IS 109 (42.97% from 255) = 34.17%

 BLUE value IS 58 (23.05% from 255) = 18.18%

R = 47.65%
G = 34.17%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#986D3A (or 0x986D3A) is known color: Buttered Rum. HEX triplet: 98, 6D and 3A. RGB value is (152,109,58). Sum of RGB (Red+Green+Blue) = 152+109+58=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #986D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D3A is #6792C5. Grayscale: #747474. Windows color (decimal): -6787782 or 3829144. OLE color: 3829144.

HSL color Cylindrical-coordinate representation of color #986D3A: hue angle of 32.55º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #986D3A is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 109 58 -
CMYK 0 0.28 0.62 0.40
HSL 32.55º 0.45% 0.41% -
HSV(B) 32.55º 0.62% 0.6% -
XYZ 19.18 17.92 6.45 -
YUV 116.04 95.25 153.65 -
System Red Green Blue C M Y K H S L
Decimal 152 109 58 0 0.28 0.62 0.40 32.55 0.45 0.41
Hex 98 6D 3A 0 1C 3E 28 21 2D 29
Octal 230 155 72 0 34 76 50 41 55 51
Binary 10011000 1101101 111010 0 11100 111110 101000 100001 101101 101001

Color Harmonies of #986D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D3A

Black with #986D3A

Text Example


Text Example

White with #986D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,109,58); }

 H1.HeaderClassName
 {
   color: #986D3A;
 }
 .AnyTagClassName
 {
   color: #986D3A;
 }
</style>

background-color css

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

 a { background-color: rgb(152,109,58); }

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

border-color css

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

 span { border-color: rgb(152,109,58); }

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