Html Css Color HEX #987040 Buttered Rum

📋 copy color: '#987040'

red 152 ◦ green 112 ◦ blue 64

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

Shades of Buttered Rum #987040

Tints of Buttered Rum #987040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

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

R = 46.34%
G = 34.15%
B = 19.51%

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

#987040 (or 0x987040) is known color: Buttered Rum. HEX triplet: 98, 70 and 40. RGB value is (152,112,64). Sum of RGB (Red+Green+Blue) = 152+112+64=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #987040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987040 is #678FBF. Grayscale: #767676. Windows color (decimal): -6787008 or 4223128. OLE color: 4223128.

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

Color convert

RGB 152 112 64 -
CMYK 0 0.26 0.58 0.40
HSL 32.73º 0.41% 0.42% -
HSV(B) 32.73º 0.58% 0.6% -
XYZ 19.67 18.63 7.41 -
YUV 118.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 152 112 64 0 0.26 0.58 0.40 32.73 0.41 0.42
Hex 98 70 40 0 1A 3A 28 21 29 2A
Octal 230 160 100 0 32 72 50 41 51 52
Binary 10011000 1110000 1000000 0 11010 111010 101000 100001 101001 101010

Color Harmonies of #987040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987040

Black with #987040

Text Example


Text Example

White with #987040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987040; }

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

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

background-color css

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

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

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

border-color css

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

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

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