Html Css Color HEX #987C3F Buttered Rum

📋 copy color: '#987C3F'

red 152 ◦ green 124 ◦ blue 63

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

Shades of Buttered Rum #987C3F

Tints of Buttered Rum #987C3F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.58%

 BLUE value IS 63 (25% from 255) = 18.58%

R = 44.84%
G = 36.58%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#987C3F (or 0x987C3F) is known color: Buttered Rum. HEX triplet: 98, 7C and 3F. RGB value is (152,124,63). Sum of RGB (Red+Green+Blue) = 152+124+63=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #987C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C3F is #6783C0. Grayscale: #7D7D7D. Windows color (decimal): -6783937 or 4160664. OLE color: 4160664.

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

Color convert

RGB 152 124 63 -
CMYK 0 0.18 0.59 0.40
HSL 41.12º 0.41% 0.42% -
HSV(B) 41.12º 0.59% 0.6% -
XYZ 21.05 21.45 7.73 -
YUV 125.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 152 124 63 0 0.18 0.59 0.40 41.12 0.41 0.42
Hex 98 7C 3F 0 12 3B 28 29 29 2A
Octal 230 174 77 0 22 73 50 51 51 52
Binary 10011000 1111100 111111 0 10010 111011 101000 101001 101001 101010

Color Harmonies of #987C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C3F

Black with #987C3F

Text Example


Text Example

White with #987C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987C3F; }

 p { color: rgb(152,124,63); }

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

background-color css

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

 a { background-color: rgb(152,124,63); }

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

border-color css

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

 span { border-color: rgb(152,124,63); }

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