Html Css Color HEX #976F2B Buttered Rum

📋 copy color: '#976F2B'

red 151 ◦ green 111 ◦ blue 43

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

Shades of Buttered Rum #976F2B

Tints of Buttered Rum #976F2B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.39%

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 49.51%
G = 36.39%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#976F2B (or 0x976F2B) is known color: Buttered Rum. HEX triplet: 97, 6F and 2B. RGB value is (151,111,43). Sum of RGB (Red+Green+Blue) = 151+111+43=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #976F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F2B is #6890D4. Grayscale: #737373. Windows color (decimal): -6852821 or 2846615. OLE color: 2846615.

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

Color convert

RGB 151 111 43 -
CMYK 0 0.26 0.72 0.41
HSL 37.78º 0.56% 0.38% -
HSV(B) 37.78º 0.72% 0.59% -
XYZ 18.88 18.12 4.79 -
YUV 115.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 151 111 43 0 0.26 0.72 0.41 37.78 0.56 0.38
Hex 97 6F 2B 0 1A 48 29 26 38 26
Octal 227 157 53 0 32 110 51 46 70 46
Binary 10010111 1101111 101011 0 11010 1001000 101001 100110 111000 100110

Color Harmonies of #976F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F2B

Black with #976F2B

Text Example


Text Example

White with #976F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,111,43); }

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

background-color css

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

 a { background-color: rgb(151,111,43); }

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

border-color css

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

 span { border-color: rgb(151,111,43); }

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