Html Css Color HEX #976B2C Buttered Rum

📋 copy color: '#976B2C'

red 151 ◦ green 107 ◦ blue 44

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

Shades of Buttered Rum #976B2C

Tints of Buttered Rum #976B2C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.43%

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 50%
G = 35.43%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#976B2C (or 0x976B2C) is known color: Buttered Rum. HEX triplet: 97, 6B and 2C. RGB value is (151,107,44). Sum of RGB (Red+Green+Blue) = 151+107+44=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #976B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976B2C is #6894D3. Grayscale: #717171. Windows color (decimal): -6853844 or 2911127. OLE color: 2911127.

HSL color Cylindrical-coordinate representation of color #976B2C: hue angle of 35.33º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #976B2C is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 107 44 -
CMYK 0 0.29 0.71 0.41
HSL 35.33º 0.55% 0.38% -
HSV(B) 35.33º 0.71% 0.59% -
XYZ 18.47 17.28 4.74 -
YUV 112.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 151 107 44 0 0.29 0.71 0.41 35.33 0.55 0.38
Hex 97 6B 2C 0 1D 47 29 23 37 26
Octal 227 153 54 0 35 107 51 43 67 46
Binary 10010111 1101011 101100 0 11101 1000111 101001 100011 110111 100110

Color Harmonies of #976B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B2C

Black with #976B2C

Text Example


Text Example

White with #976B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,107,44); }

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

background-color css

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

 a { background-color: rgb(151,107,44); }

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

border-color css

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

 span { border-color: rgb(151,107,44); }

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