Html Css Color HEX #976C38 Buttered Rum

📋 copy color: '#976C38'

red 151 ◦ green 108 ◦ blue 56

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

Shades of Buttered Rum #976C38

Tints of Buttered Rum #976C38

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.29%

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 47.94%
G = 34.29%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#976C38 (or 0x976C38) is known color: Buttered Rum. HEX triplet: 97, 6C and 38. RGB value is (151,108,56). Sum of RGB (Red+Green+Blue) = 151+108+56=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #976C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C38 is #6893C7. Grayscale: #737373. Windows color (decimal): -6853576 or 3697815. OLE color: 3697815.

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

Color convert

RGB 151 108 56 -
CMYK 0 0.28 0.63 0.41
HSL 32.84º 0.46% 0.41% -
HSV(B) 32.84º 0.63% 0.59% -
XYZ 18.84 17.59 6.14 -
YUV 114.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 151 108 56 0 0.28 0.63 0.41 32.84 0.46 0.41
Hex 97 6C 38 0 1C 3F 29 21 2E 29
Octal 227 154 70 0 34 77 51 41 56 51
Binary 10010111 1101100 111000 0 11100 111111 101001 100001 101110 101001

Color Harmonies of #976C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976C38

Black with #976C38

Text Example


Text Example

White with #976C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,108,56); }

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

background-color css

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

 a { background-color: rgb(151,108,56); }

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

border-color css

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

 span { border-color: rgb(151,108,56); }

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