#916F37

Color #916F37 Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #916F37

Tints of Buttered Rum #916F37

Color information

#916F37 (or 0x916F37) is unknown color: approx Buttered Rum. HEX triplet: 91, 6F and 37. RGB value is (145,111,55). Sum of RGB (Red+Green+Blue) = 145+111+55=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #916F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916F37 is #6E90C8. Grayscale: #737373. Windows color (decimal): -7246025 or 3633041. OLE color: 3633041.

HSL color Cylindrical-coordinate representation of color #916F37: hue angle of 37.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #916F37 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB14511155-
CMYK00.230.620.43
HSL37.33º45%39.22%-
HSV(B)37.33º62.07%56.86%-
XYZ18.0517.666.07-
YUV114.7894.26149.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.62%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 55 (21.88% from 255) = 17.68%
R=46.62%
G=35.69%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451115500.230.620.4337.334539.22
Hex916F370173E2B252d27
Octal221157670277653455547
Binary100100011101111110111010111111110101011100101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916F37; }

 p { color: rgb(145,111,55); }

 H1.HeaderClassName
 {
   color: #916F37;
 }
 .AnyTagClassName
 {
   color: #916F37;
 }
</style>
background-color css

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

 a { background-color: rgb(145,111,55); }

 div.DivClassName
 {
   background-color: #916F37;
 }
 .BgClassName
 {
   background-color: #916F37;
 }
</style>
border-color css

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

 span { border-color: rgb(145,111,55); }

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