Html Css Color HEX #976F29 Buttered Rum

📋 copy color: '#976F29'

red 151 ◦ green 111 ◦ blue 41

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

Shades of Buttered Rum #976F29

Tints of Buttered Rum #976F29

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.63%

 BLUE value IS 41 (16.41% from 255) = 13.53%

R = 49.83%
G = 36.63%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#976F29 (or 0x976F29) is known color: Buttered Rum. HEX triplet: 97, 6F and 29. RGB value is (151,111,41). Sum of RGB (Red+Green+Blue) = 151+111+41=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #976F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F29 is #6890D6. Grayscale: #737373. Windows color (decimal): -6852823 or 2715543. OLE color: 2715543.

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

Color convert

RGB 151 111 41 -
CMYK 0 0.26 0.73 0.41
HSL 38.18º 0.57% 0.38% -
HSV(B) 38.18º 0.73% 0.59% -
XYZ 18.85 18.11 4.6 -
YUV 114.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 151 111 41 0 0.26 0.73 0.41 38.18 0.57 0.38
Hex 97 6F 29 0 1A 49 29 26 39 26
Octal 227 157 51 0 32 111 51 46 71 46
Binary 10010111 1101111 101001 0 11010 1001001 101001 100110 111001 100110

Color Harmonies of #976F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F29

Black with #976F29

Text Example


Text Example

White with #976F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,111,41); }

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

background-color css

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

 a { background-color: rgb(151,111,41); }

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

border-color css

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

 span { border-color: rgb(151,111,41); }

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