Html Css Color HEX #987640 Buttered Rum

📋 copy color: '#987640'

red 152 ◦ green 118 ◦ blue 64

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

Shades of Buttered Rum #987640

Tints of Buttered Rum #987640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.33%

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

R = 45.51%
G = 35.33%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#987640 (or 0x987640) is known color: Buttered Rum. HEX triplet: 98, 76 and 40. RGB value is (152,118,64). Sum of RGB (Red+Green+Blue) = 152+118+64=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #987640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987640 is #6789BF. Grayscale: #7A7A7A. Windows color (decimal): -6785472 or 4224664. OLE color: 4224664.

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

Color convert

RGB 152 118 64 -
CMYK 0 0.22 0.58 0.40
HSL 36.82º 0.41% 0.42% -
HSV(B) 36.82º 0.58% 0.6% -
XYZ 20.35 20 7.64 -
YUV 122.01 95.26 149.39 -
System Red Green Blue C M Y K H S L
Decimal 152 118 64 0 0.22 0.58 0.40 36.82 0.41 0.42
Hex 98 76 40 0 16 3A 28 25 29 2A
Octal 230 166 100 0 26 72 50 45 51 52
Binary 10011000 1110110 1000000 0 10110 111010 101000 100101 101001 101010

Color Harmonies of #987640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987640

Black with #987640

Text Example


Text Example

White with #987640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987640; }

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

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

background-color css

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

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

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

border-color css

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

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

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