Html Css Color HEX #977136 Buttered Rum

📋 copy color: '#977136'

red 151 ◦ green 113 ◦ blue 54

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

Shades of Buttered Rum #977136

Tints of Buttered Rum #977136

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.53%

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 47.48%
G = 35.53%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#977136 (or 0x977136) is known color: Buttered Rum. HEX triplet: 97, 71 and 36. RGB value is (151,113,54). Sum of RGB (Red+Green+Blue) = 151+113+54=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #977136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977136 is #688EC9. Grayscale: #757575. Windows color (decimal): -6852298 or 3568023. OLE color: 3568023.

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

Color convert

RGB 151 113 54 -
CMYK 0 0.25 0.64 0.41
HSL 36.49º 0.47% 0.4% -
HSV(B) 36.49º 0.64% 0.59% -
XYZ 19.33 18.66 6.07 -
YUV 117.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 151 113 54 0 0.25 0.64 0.41 36.49 0.47 0.4
Hex 97 71 36 0 19 40 29 24 2F 28
Octal 227 161 66 0 31 100 51 44 57 50
Binary 10010111 1110001 110110 0 11001 1000000 101001 100100 101111 101000

Color Harmonies of #977136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977136

Black with #977136

Text Example


Text Example

White with #977136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977136; }

 p { color: rgb(151,113,54); }

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

background-color css

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

 a { background-color: rgb(151,113,54); }

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

border-color css

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

 span { border-color: rgb(151,113,54); }

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