#926C32

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

Shades of Buttered Rum #926C32

Tints of Buttered Rum #926C32

Color information

#926C32 (or 0x926C32) is unknown color: approx Buttered Rum. HEX triplet: 92, 6C and 32. RGB value is (146,108,50). Sum of RGB (Red+Green+Blue) = 146+108+50=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #926C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926C32 is #6D93CD. Grayscale: #717171. Windows color (decimal): -7181262 or 3304594. OLE color: 3304594.

HSL color Cylindrical-coordinate representation of color #926C32: hue angle of 36.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #926C32 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB14610850-
CMYK00.260.660.43
HSL36.25º48.98%38.43%-
HSV(B)36.25º65.75%57.25%-
XYZ17.7917.075.37-
YUV112.7592.59151.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.03%
GREEN value IS 108 (42.58% from 255) = 35.53%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=48.03%
G=35.53%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461085000.260.660.4336.2548.9838.43
Hex926C3201A422B243126
Octal2221546203210253446146
Binary1001001011011001100100110101000010101011100100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,108,50); }

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

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

 a { background-color: rgb(146,108,50); }

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

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

 span { border-color: rgb(146,108,50); }

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