#936D2F

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

Shades of Buttered Rum #936D2F

Tints of Buttered Rum #936D2F

Color information

#936D2F (or 0x936D2F) is unknown color: approx Buttered Rum. HEX triplet: 93, 6D and 2F. RGB value is (147,109,47). Sum of RGB (Red+Green+Blue) = 147+109+47=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #936D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936D2F is #6C92D0. Grayscale: #717171. Windows color (decimal): -7115473 or 3108243. OLE color: 3108243.

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

Color convert

RGB14710947-
CMYK00.260.680.42
HSL37.2º51.55%38.04%-
HSV(B)37.2º68.03%57.65%-
XYZ18.0117.355.09-
YUV113.2990.59152.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.51%
GREEN value IS 109 (42.97% from 255) = 35.97%
BLUE value IS 47 (18.75% from 255) = 15.51%
R=48.51%
G=35.97%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471094700.260.680.4237.251.5538.04
Hex936D2F01A442A253426
Octal2231555703210452456446
Binary1001001111011011011110110101000100101010100101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,109,47); }

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

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

 a { background-color: rgb(147,109,47); }

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

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

 span { border-color: rgb(147,109,47); }

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