Html Css Color HEX #976F3A Buttered Rum

📋 copy color: '#976F3A'

red 151 ◦ green 111 ◦ blue 58

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

Shades of Buttered Rum #976F3A

Tints of Buttered Rum #976F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 47.19%
G = 34.69%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#976F3A (or 0x976F3A) is known color: Buttered Rum. HEX triplet: 97, 6F and 3A. RGB value is (151,111,58). Sum of RGB (Red+Green+Blue) = 151+111+58=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #976F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F3A is #6890C5. Grayscale: #757575. Windows color (decimal): -6852806 or 3829655. OLE color: 3829655.

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

Color convert

RGB 151 111 58 -
CMYK 0 0.26 0.62 0.41
HSL 34.19º 0.44% 0.41% -
HSV(B) 34.19º 0.62% 0.59% -
XYZ 19.21 18.25 6.51 -
YUV 116.92 94.75 152.31 -
System Red Green Blue C M Y K H S L
Decimal 151 111 58 0 0.26 0.62 0.41 34.19 0.44 0.41
Hex 97 6F 3A 0 1A 3E 29 22 2C 29
Octal 227 157 72 0 32 76 51 42 54 51
Binary 10010111 1101111 111010 0 11010 111110 101001 100010 101100 101001

Color Harmonies of #976F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F3A

Black with #976F3A

Text Example


Text Example

White with #976F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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