#926F36

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

Shades of Buttered Rum #926F36

Tints of Buttered Rum #926F36

Color information

#926F36 (or 0x926F36) is unknown color: approx Buttered Rum. HEX triplet: 92, 6F and 36. RGB value is (146,111,54). Sum of RGB (Red+Green+Blue) = 146+111+54=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #926F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926F36 is #6D90C9. Grayscale: #737373. Windows color (decimal): -7180490 or 3567506. OLE color: 3567506.

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

Color convert

RGB14611154-
CMYK00.240.630.43
HSL37.17º46%39.22%-
HSV(B)37.17º63.01%57.25%-
XYZ18.217.755.96-
YUV114.9793.6150.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.95%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 54 (21.48% from 255) = 17.36%
R=46.95%
G=35.69%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461115400.240.630.4337.174639.22
Hex926F360183F2B252e27
Octal222157660307753455647
Binary100100101101111110110011000111111101011100101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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