#926D33

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

Shades of Buttered Rum #926D33

Tints of Buttered Rum #926D33

Color information

#926D33 (or 0x926D33) is unknown color: approx Buttered Rum. HEX triplet: 92, 6D and 33. RGB value is (146,109,51). Sum of RGB (Red+Green+Blue) = 146+109+51=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #926D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926D33 is #6D92CC. Grayscale: #717171. Windows color (decimal): -7181005 or 3370386. OLE color: 3370386.

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

Color convert

RGB14610951-
CMYK00.250.650.43
HSL36.63º48.22%38.63%-
HSV(B)36.63º65.07%57.25%-
XYZ17.9217.295.52-
YUV113.4592.76151.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.71%
GREEN value IS 109 (42.97% from 255) = 35.62%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=47.71%
G=35.62%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461095100.250.650.4336.6348.2238.63
Hex926D33019412B253027
Octal2221556303110153456047
Binary1001001011011011100110110011000001101011100101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,109,51); }

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

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

 a { background-color: rgb(146,109,51); }

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

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

 span { border-color: rgb(146,109,51); }

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