#926E36

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

Shades of Buttered Rum #926E36

Tints of Buttered Rum #926E36

Color information

#926E36 (or 0x926E36) is unknown color: approx Buttered Rum. HEX triplet: 92, 6E and 36. RGB value is (146,110,54). Sum of RGB (Red+Green+Blue) = 146+110+54=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #926E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926E36 is #6D91C9. Grayscale: #727272. Windows color (decimal): -7180746 or 3567250. OLE color: 3567250.

HSL color Cylindrical-coordinate representation of color #926E36: hue angle of 36.52º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #926E36 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB14611054-
CMYK00.250.630.43
HSL36.52º46%39.22%-
HSV(B)36.52º63.01%57.25%-
XYZ18.117.535.92-
YUV114.3893.93150.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.10%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=47.10%
G=35.48%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461105400.250.630.4336.524639.22
Hex926E360193F2B252e27
Octal222156660317753455647
Binary100100101101110110110011001111111101011100101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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