Html Css Color HEX #987136 Buttered Rum

📋 copy color: '#987136'

red 152 ◦ green 113 ◦ blue 54

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

Shades of Buttered Rum #987136

Tints of Buttered Rum #987136

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.42%

 BLUE value IS 54 (21.48% from 255) = 16.93%

R = 47.65%
G = 35.42%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#987136 (or 0x987136) is known color: Buttered Rum. HEX triplet: 98, 71 and 36. RGB value is (152,113,54). Sum of RGB (Red+Green+Blue) = 152+113+54=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #987136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987136 is #678EC9. Grayscale: #767676. Windows color (decimal): -6786762 or 3568024. OLE color: 3568024.

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

Color convert

RGB 152 113 54 -
CMYK 0 0.26 0.64 0.40
HSL 36.12º 0.48% 0.4% -
HSV(B) 36.12º 0.64% 0.6% -
XYZ 19.52 18.75 6.08 -
YUV 117.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 152 113 54 0 0.26 0.64 0.40 36.12 0.48 0.4
Hex 98 71 36 0 1A 40 28 24 30 28
Octal 230 161 66 0 32 100 50 44 60 50
Binary 10011000 1110001 110110 0 11010 1000000 101000 100100 110000 101000

Color Harmonies of #987136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987136

Black with #987136

Text Example


Text Example

White with #987136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987136; }

 p { color: rgb(152,113,54); }

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

background-color css

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

 a { background-color: rgb(152,113,54); }

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

border-color css

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

 span { border-color: rgb(152,113,54); }

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