Html Css Color HEX #987D3C Buttered Rum

📋 copy color: '#987D3C'

red 152 ◦ green 125 ◦ blue 60

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

Shades of Buttered Rum #987D3C

Tints of Buttered Rum #987D3C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.09%

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 45.1%
G = 37.09%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#987D3C (or 0x987D3C) is known color: Buttered Rum. HEX triplet: 98, 7D and 3C. RGB value is (152,125,60). Sum of RGB (Red+Green+Blue) = 152+125+60=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #987D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D3C is #6782C3. Grayscale: #7D7D7D. Windows color (decimal): -6783684 or 3964312. OLE color: 3964312.

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

Color convert

RGB 152 125 60 -
CMYK 0 0.18 0.61 0.40
HSL 42.39º 0.43% 0.42% -
HSV(B) 42.39º 0.61% 0.6% -
XYZ 21.1 21.67 7.35 -
YUV 125.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 152 125 60 0 0.18 0.61 0.40 42.39 0.43 0.42
Hex 98 7D 3C 0 12 3D 28 2A 2B 2A
Octal 230 175 74 0 22 75 50 52 53 52
Binary 10011000 1111101 111100 0 10010 111101 101000 101010 101011 101010

Color Harmonies of #987D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D3C

Black with #987D3C

Text Example


Text Example

White with #987D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,125,60); }

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

background-color css

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

 a { background-color: rgb(152,125,60); }

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

border-color css

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

 span { border-color: rgb(152,125,60); }

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