#926A31

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

Shades of Buttered Rum #926A31

Tints of Buttered Rum #926A31

Color information

#926A31 (or 0x926A31) is unknown color: approx Buttered Rum. HEX triplet: 92, 6A and 31. RGB value is (146,106,49). Sum of RGB (Red+Green+Blue) = 146+106+49=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #926A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926A31 is #6D95CE. Grayscale: #6F6F6F. Windows color (decimal): -7181775 or 3238546. OLE color: 3238546.

HSL color Cylindrical-coordinate representation of color #926A31: hue angle of 35.26º degrees, saturation: 0.5, 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 #926A31 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB14610649-
CMYK00.270.660.43
HSL35.26º49.74%38.24%-
HSV(B)35.26º66.44%57.25%-
XYZ17.5616.645.19-
YUV111.4692.75152.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.50%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 49 (19.53% from 255) = 16.28%
R=48.50%
G=35.22%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461064900.270.660.4335.2649.7438.24
Hex926A3101B422B233226
Octal2221526103310253436246
Binary1001001011010101100010110111000010101011100011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,106,49); }

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

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

 a { background-color: rgb(146,106,49); }

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

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

 span { border-color: rgb(146,106,49); }

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