Html Css Color HEX #976831 Buttered Rum

📋 copy color: '#976831'

red 151 ◦ green 104 ◦ blue 49

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

Shades of Buttered Rum #976831

Tints of Buttered Rum #976831

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

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

R = 49.67%
G = 34.21%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#976831 (or 0x976831) is known color: Buttered Rum. HEX triplet: 97, 68 and 31. RGB value is (151,104,49). Sum of RGB (Red+Green+Blue) = 151+104+49=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #976831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976831 is #6897CE. Grayscale: #707070. Windows color (decimal): -6854607 or 3238039. OLE color: 3238039.

HSL color Cylindrical-coordinate representation of color #976831: hue angle of 32.35º 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 #976831 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 104 49 -
CMYK 0 0.31 0.68 0.41
HSL 32.35º 0.51% 0.39% -
HSV(B) 32.35º 0.68% 0.59% -
XYZ 18.27 16.7 5.17 -
YUV 111.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 151 104 49 0 0.31 0.68 0.41 32.35 0.51 0.39
Hex 97 68 31 0 1F 44 29 20 33 27
Octal 227 150 61 0 37 104 51 40 63 47
Binary 10010111 1101000 110001 0 11111 1000100 101001 100000 110011 100111

Color Harmonies of #976831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976831

Black with #976831

Text Example


Text Example

White with #976831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976831; }

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

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

background-color css

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

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

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

border-color css

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

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

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