Html Css Color HEX #976E2C Buttered Rum

📋 copy color: '#976E2C'

red 151 ◦ green 110 ◦ blue 44

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

Shades of Buttered Rum #976E2C

Tints of Buttered Rum #976E2C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.07%

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 49.51%
G = 36.07%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#976E2C (or 0x976E2C) is known color: Buttered Rum. HEX triplet: 97, 6E and 2C. RGB value is (151,110,44). Sum of RGB (Red+Green+Blue) = 151+110+44=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #976E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976E2C is #6891D3. Grayscale: #737373. Windows color (decimal): -6853076 or 2911895. OLE color: 2911895.

HSL color Cylindrical-coordinate representation of color #976E2C: hue angle of 37.01º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #976E2C is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 110 44 -
CMYK 0 0.27 0.71 0.41
HSL 37.01º 0.55% 0.38% -
HSV(B) 37.01º 0.71% 0.59% -
XYZ 18.79 17.91 4.85 -
YUV 114.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 151 110 44 0 0.27 0.71 0.41 37.01 0.55 0.38
Hex 97 6E 2C 0 1B 47 29 25 37 26
Octal 227 156 54 0 33 107 51 45 67 46
Binary 10010111 1101110 101100 0 11011 1000111 101001 100101 110111 100110

Color Harmonies of #976E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976E2C

Black with #976E2C

Text Example


Text Example

White with #976E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976E2C; }

 p { color: rgb(151,110,44); }

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

background-color css

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

 a { background-color: rgb(151,110,44); }

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

border-color css

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

 span { border-color: rgb(151,110,44); }

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