Html Css Color HEX #976A2F Buttered Rum

📋 copy color: '#976A2F'

red 151 ◦ green 106 ◦ blue 47

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

Shades of Buttered Rum #976A2F

Tints of Buttered Rum #976A2F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.87%

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 49.67%
G = 34.87%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#976A2F (or 0x976A2F) is known color: Buttered Rum. HEX triplet: 97, 6A and 2F. RGB value is (151,106,47). Sum of RGB (Red+Green+Blue) = 151+106+47=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #976A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976A2F is #6895D0. Grayscale: #717171. Windows color (decimal): -6854097 or 3107479. OLE color: 3107479.

HSL color Cylindrical-coordinate representation of color #976A2F: hue angle of 34.04º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #976A2F is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 106 47 -
CMYK 0 0.30 0.69 0.41
HSL 34.04º 0.53% 0.39% -
HSV(B) 34.04º 0.69% 0.59% -
XYZ 18.43 17.09 5.02 -
YUV 112.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 151 106 47 0 0.30 0.69 0.41 34.04 0.53 0.39
Hex 97 6A 2F 0 1E 45 29 22 35 27
Octal 227 152 57 0 36 105 51 42 65 47
Binary 10010111 1101010 101111 0 11110 1000101 101001 100010 110101 100111

Color Harmonies of #976A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976A2F

Black with #976A2F

Text Example


Text Example

White with #976A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,106,47); }

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

background-color css

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

 a { background-color: rgb(151,106,47); }

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

border-color css

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

 span { border-color: rgb(151,106,47); }

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