Html Css Color HEX #987E3C Buttered Rum

📋 copy color: '#987E3C'

red 152 ◦ green 126 ◦ blue 60

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

Shades of Buttered Rum #987E3C

Tints of Buttered Rum #987E3C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.28%

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

R = 44.97%
G = 37.28%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#987E3C (or 0x987E3C) is known color: Buttered Rum. HEX triplet: 98, 7E and 3C. RGB value is (152,126,60). Sum of RGB (Red+Green+Blue) = 152+126+60=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #987E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987E3C is #6781C3. Grayscale: #7E7E7E. Windows color (decimal): -6783428 or 3964568. OLE color: 3964568.

HSL color Cylindrical-coordinate representation of color #987E3C: hue angle of 43.04º 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 #987E3C is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 126 60 -
CMYK 0 0.17 0.61 0.40
HSL 43.04º 0.43% 0.42% -
HSV(B) 43.04º 0.61% 0.6% -
XYZ 21.23 21.92 7.39 -
YUV 126.25 90.61 146.37 -
System Red Green Blue C M Y K H S L
Decimal 152 126 60 0 0.17 0.61 0.40 43.04 0.43 0.42
Hex 98 7E 3C 0 11 3D 28 2B 2B 2A
Octal 230 176 74 0 21 75 50 53 53 52
Binary 10011000 1111110 111100 0 10001 111101 101000 101011 101011 101010

Color Harmonies of #987E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987E3C

Black with #987E3C

Text Example


Text Example

White with #987E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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