Html Css Color HEX #977940 Buttered Rum

📋 copy color: '#977940'

red 151 ◦ green 121 ◦ blue 64

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

Shades of Buttered Rum #977940

Tints of Buttered Rum #977940

RGB

 RED value IS 151 (59.38% from 255) = 44.94%

 GREEN value IS 121 (47.66% from 255) = 36.01%

 BLUE value IS 64 (25.39% from 255) = 19.05%

R = 44.94%
G = 36.01%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#977940 (or 0x977940) is known color: Buttered Rum. HEX triplet: 97, 79 and 40. RGB value is (151,121,64). Sum of RGB (Red+Green+Blue) = 151+121+64=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #977940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977940 is #6886BF. Grayscale: #7B7B7B. Windows color (decimal): -6850240 or 4225431. OLE color: 4225431.

HSL color Cylindrical-coordinate representation of color #977940: hue angle of 39.31º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #977940 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 121 64 -
CMYK 0 0.20 0.58 0.41
HSL 39.31º 0.4% 0.42% -
HSV(B) 39.31º 0.58% 0.59% -
XYZ 20.53 20.62 7.75 -
YUV 123.47 94.44 147.63 -
System Red Green Blue C M Y K H S L
Decimal 151 121 64 0 0.20 0.58 0.41 39.31 0.4 0.42
Hex 97 79 40 0 14 3A 29 27 28 2A
Octal 227 171 100 0 24 72 51 47 50 52
Binary 10010111 1111001 1000000 0 10100 111010 101001 100111 101000 101010

Color Harmonies of #977940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977940

Black with #977940

Text Example


Text Example

White with #977940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977940; }

 p { color: rgb(151,121,64); }

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

background-color css

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

 a { background-color: rgb(151,121,64); }

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

border-color css

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

 span { border-color: rgb(151,121,64); }

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