Html Css Color HEX #987341 Buttered Rum

📋 copy color: '#987341'

red 152 ◦ green 115 ◦ blue 65

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

Shades of Buttered Rum #987341

Tints of Buttered Rum #987341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.64%

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 45.78%
G = 34.64%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#987341 (or 0x987341) is known color: Buttered Rum. HEX triplet: 98, 73 and 41. RGB value is (152,115,65). Sum of RGB (Red+Green+Blue) = 152+115+65=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #987341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987341 is #678CBE. Grayscale: #787878. Windows color (decimal): -6786239 or 4289432. OLE color: 4289432.

HSL color Cylindrical-coordinate representation of color #987341: hue angle of 34.48º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #987341 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 65 -
CMYK 0 0.24 0.57 0.40
HSL 34.48º 0.4% 0.43% -
HSV(B) 34.48º 0.57% 0.6% -
XYZ 20.03 19.32 7.67 -
YUV 120.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 152 115 65 0 0.24 0.57 0.40 34.48 0.4 0.43
Hex 98 73 41 0 18 39 28 22 28 2B
Octal 230 163 101 0 30 71 50 42 50 53
Binary 10011000 1110011 1000001 0 11000 111001 101000 100010 101000 101011

Color Harmonies of #987341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987341

Black with #987341

Text Example


Text Example

White with #987341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987341; }

 p { color: rgb(152,115,65); }

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

background-color css

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

 a { background-color: rgb(152,115,65); }

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

border-color css

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

 span { border-color: rgb(152,115,65); }

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