Html Css Color HEX #986D34 Buttered Rum

📋 copy color: '#986D34'

red 152 ◦ green 109 ◦ blue 52

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

Shades of Buttered Rum #986D34

Tints of Buttered Rum #986D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 48.56%
G = 34.82%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#986D34 (or 0x986D34) is known color: Buttered Rum. HEX triplet: 98, 6D and 34. RGB value is (152,109,52). Sum of RGB (Red+Green+Blue) = 152+109+52=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #986D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D34 is #6792CB. Grayscale: #737373. Windows color (decimal): -6787788 or 3435928. OLE color: 3435928.

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

Color convert

RGB 152 109 52 -
CMYK 0 0.28 0.66 0.40
HSL 34.2º 0.49% 0.4% -
HSV(B) 34.2º 0.66% 0.6% -
XYZ 19.04 17.86 5.69 -
YUV 115.36 92.25 154.13 -
System Red Green Blue C M Y K H S L
Decimal 152 109 52 0 0.28 0.66 0.40 34.2 0.49 0.4
Hex 98 6D 34 0 1C 42 28 22 31 28
Octal 230 155 64 0 34 102 50 42 61 50
Binary 10011000 1101101 110100 0 11100 1000010 101000 100010 110001 101000

Color Harmonies of #986D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D34

Black with #986D34

Text Example


Text Example

White with #986D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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