Html Css Color HEX #987140 Buttered Rum

📋 copy color: '#987140'

red 152 ◦ green 113 ◦ blue 64

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

Shades of Buttered Rum #987140

Tints of Buttered Rum #987140

RGB

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

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

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

R = 46.2%
G = 34.35%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#987140 (or 0x987140) is known color: Buttered Rum. HEX triplet: 98, 71 and 40. RGB value is (152,113,64). Sum of RGB (Red+Green+Blue) = 152+113+64=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #987140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987140 is #678EBF. Grayscale: #777777. Windows color (decimal): -6786752 or 4223384. OLE color: 4223384.

HSL color Cylindrical-coordinate representation of color #987140: hue angle of 33.41º 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 #987140 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 64 -
CMYK 0 0.26 0.58 0.40
HSL 33.41º 0.41% 0.42% -
HSV(B) 33.41º 0.58% 0.6% -
XYZ 19.78 18.86 7.45 -
YUV 119.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 152 113 64 0 0.26 0.58 0.40 33.41 0.41 0.42
Hex 98 71 40 0 1A 3A 28 21 29 2A
Octal 230 161 100 0 32 72 50 41 51 52
Binary 10011000 1110001 1000000 0 11010 111010 101000 100001 101001 101010

Color Harmonies of #987140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987140

Black with #987140

Text Example


Text Example

White with #987140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987140; }

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

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

background-color css

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

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

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

border-color css

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

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

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