Html Css Color HEX #987C3D Buttered Rum

📋 copy color: '#987C3D'

red 152 ◦ green 124 ◦ blue 61

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

Shades of Buttered Rum #987C3D

Tints of Buttered Rum #987C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.1%

R = 45.1%
G = 36.8%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#987C3D (or 0x987C3D) is known color: Buttered Rum. HEX triplet: 98, 7C and 3D. RGB value is (152,124,61). Sum of RGB (Red+Green+Blue) = 152+124+61=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #987C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C3D is #6783C2. Grayscale: #7D7D7D. Windows color (decimal): -6783939 or 4029592. OLE color: 4029592.

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

Color convert

RGB 152 124 61 -
CMYK 0 0.18 0.60 0.40
HSL 41.54º 0.43% 0.42% -
HSV(B) 41.54º 0.6% 0.6% -
XYZ 21 21.43 7.44 -
YUV 125.19 91.78 147.12 -
System Red Green Blue C M Y K H S L
Decimal 152 124 61 0 0.18 0.60 0.40 41.54 0.43 0.42
Hex 98 7C 3D 0 12 3C 28 2A 2B 2A
Octal 230 174 75 0 22 74 50 52 53 52
Binary 10011000 1111100 111101 0 10010 111100 101000 101010 101011 101010

Color Harmonies of #987C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C3D

Black with #987C3D

Text Example


Text Example

White with #987C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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