#936A31

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

Shades of Buttered Rum #936A31

Tints of Buttered Rum #936A31

Color information

#936A31 (or 0x936A31) is unknown color: approx Buttered Rum. HEX triplet: 93, 6A and 31. RGB value is (147,106,49). Sum of RGB (Red+Green+Blue) = 147+106+49=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #936A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936A31 is #6C95CE. Grayscale: #707070. Windows color (decimal): -7116239 or 3238547. OLE color: 3238547.

HSL color Cylindrical-coordinate representation of color #936A31: hue angle of 34.9º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #936A31 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14710649-
CMYK00.280.670.42
HSL34.9º50%38.43%-
HSV(B)34.9º66.67%57.65%-
XYZ17.7416.735.2-
YUV111.7692.58153.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.68%
GREEN value IS 106 (41.80% from 255) = 35.10%
BLUE value IS 49 (19.53% from 255) = 16.23%
R=48.68%
G=35.10%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471064900.280.670.4234.95038.43
Hex936A3101C432A233226
Octal2231526103410352436246
Binary1001001111010101100010111001000011101010100011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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