Html Css Color HEX #976731 Buttered Rum

📋 copy color: '#976731'

red 151 ◦ green 103 ◦ blue 49

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

Shades of Buttered Rum #976731

Tints of Buttered Rum #976731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

 BLUE value IS 49 (19.53% from 255) = 16.17%

R = 49.83%
G = 33.99%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#976731 (or 0x976731) is known color: Buttered Rum. HEX triplet: 97, 67 and 31. RGB value is (151,103,49). Sum of RGB (Red+Green+Blue) = 151+103+49=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #976731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976731 is #6898CE. Grayscale: #6F6F6F. Windows color (decimal): -6854863 or 3237783. OLE color: 3237783.

HSL color Cylindrical-coordinate representation of color #976731: hue angle of 31.76º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #976731 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 103 49 -
CMYK 0 0.32 0.68 0.41
HSL 31.76º 0.51% 0.39% -
HSV(B) 31.76º 0.68% 0.59% -
XYZ 18.17 16.5 5.13 -
YUV 111.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 151 103 49 0 0.32 0.68 0.41 31.76 0.51 0.39
Hex 97 67 31 0 20 44 29 20 33 27
Octal 227 147 61 0 40 104 51 40 63 47
Binary 10010111 1100111 110001 0 100000 1000100 101001 100000 110011 100111

Color Harmonies of #976731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976731

Black with #976731

Text Example


Text Example

White with #976731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976731; }

 p { color: rgb(151,103,49); }

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

background-color css

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

 a { background-color: rgb(151,103,49); }

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

border-color css

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

 span { border-color: rgb(151,103,49); }

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