#926E37

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

Shades of Buttered Rum #926E37

Tints of Buttered Rum #926E37

Color information

#926E37 (or 0x926E37) is unknown color: approx Buttered Rum. HEX triplet: 92, 6E and 37. RGB value is (146,110,55). Sum of RGB (Red+Green+Blue) = 146+110+55=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #926E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926E37 is #6D91C8. Grayscale: #727272. Windows color (decimal): -7180745 or 3632786. OLE color: 3632786.

HSL color Cylindrical-coordinate representation of color #926E37: hue angle of 36.26º 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 #926E37 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB14611055-
CMYK00.250.620.43
HSL36.26º45.27%39.41%-
HSV(B)36.26º62.33%57.25%-
XYZ18.1217.546.04-
YUV114.4994.43150.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.95%
GREEN value IS 110 (43.36% from 255) = 35.37%
BLUE value IS 55 (21.88% from 255) = 17.68%
R=46.95%
G=35.37%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461105500.250.620.4336.2645.2739.41
Hex926E370193E2B242d27
Octal222156670317653445547
Binary100100101101110110111011001111110101011100100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926E37; }

 p { color: rgb(146,110,55); }

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

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

 a { background-color: rgb(146,110,55); }

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

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

 span { border-color: rgb(146,110,55); }

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