#936C2F

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

Shades of Buttered Rum #936C2F

Tints of Buttered Rum #936C2F

Color information

#936C2F (or 0x936C2F) is unknown color: approx Buttered Rum. HEX triplet: 93, 6C and 2F. RGB value is (147,108,47). Sum of RGB (Red+Green+Blue) = 147+108+47=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #936C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936C2F is #6C93D0. Grayscale: #707070. Windows color (decimal): -7115729 or 3107987. OLE color: 3107987.

HSL color Cylindrical-coordinate representation of color #936C2F: hue angle of 36.6º 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 #936C2F is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14710847-
CMYK00.270.680.42
HSL36.6º51.55%38.04%-
HSV(B)36.6º68.03%57.65%-
XYZ17.9117.135.05-
YUV112.7190.92152.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.68%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 47 (18.75% from 255) = 15.56%
R=48.68%
G=35.76%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471084700.270.680.4236.651.5538.04
Hex936C2F01B442A253426
Octal2231545703310452456446
Binary1001001111011001011110110111000100101010100101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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