Html Css Color HEX #987540 Buttered Rum

📋 copy color: '#987540'

red 152 ◦ green 117 ◦ blue 64

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

Shades of Buttered Rum #987540

Tints of Buttered Rum #987540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.14%

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 45.65%
G = 35.14%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#987540 (or 0x987540) is known color: Buttered Rum. HEX triplet: 98, 75 and 40. RGB value is (152,117,64). Sum of RGB (Red+Green+Blue) = 152+117+64=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #987540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987540 is #678ABF. Grayscale: #797979. Windows color (decimal): -6785728 or 4224408. OLE color: 4224408.

HSL color Cylindrical-coordinate representation of color #987540: hue angle of 36.14º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #987540 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 117 64 -
CMYK 0 0.23 0.58 0.40
HSL 36.14º 0.41% 0.42% -
HSV(B) 36.14º 0.58% 0.6% -
XYZ 20.24 19.77 7.6 -
YUV 121.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 152 117 64 0 0.23 0.58 0.40 36.14 0.41 0.42
Hex 98 75 40 0 17 3A 28 24 29 2A
Octal 230 165 100 0 27 72 50 44 51 52
Binary 10011000 1110101 1000000 0 10111 111010 101000 100100 101001 101010

Color Harmonies of #987540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987540

Black with #987540

Text Example


Text Example

White with #987540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987540; }

 p { color: rgb(152,117,64); }

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

background-color css

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

 a { background-color: rgb(152,117,64); }

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

border-color css

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

 span { border-color: rgb(152,117,64); }

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