Html Css Color HEX #987B3C Buttered Rum

📋 copy color: '#987B3C'

red 152 ◦ green 123 ◦ blue 60

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

Shades of Buttered Rum #987B3C

Tints of Buttered Rum #987B3C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.72%

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

R = 45.37%
G = 36.72%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#987B3C (or 0x987B3C) is known color: Buttered Rum. HEX triplet: 98, 7B and 3C. RGB value is (152,123,60). Sum of RGB (Red+Green+Blue) = 152+123+60=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #987B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B3C is #6784C3. Grayscale: #7C7C7C. Windows color (decimal): -6784196 or 3963800. OLE color: 3963800.

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

Color convert

RGB 152 123 60 -
CMYK 0 0.19 0.61 0.40
HSL 41.09º 0.43% 0.42% -
HSV(B) 41.09º 0.61% 0.6% -
XYZ 20.85 21.17 7.26 -
YUV 124.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 152 123 60 0 0.19 0.61 0.40 41.09 0.43 0.42
Hex 98 7B 3C 0 13 3D 28 29 2B 2A
Octal 230 173 74 0 23 75 50 51 53 52
Binary 10011000 1111011 111100 0 10011 111101 101000 101001 101011 101010

Color Harmonies of #987B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987B3C

Black with #987B3C

Text Example


Text Example

White with #987B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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