#946B2F

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

Shades of Buttered Rum #946B2F

Tints of Buttered Rum #946B2F

Color information

#946B2F (or 0x946B2F) is unknown color: approx Buttered Rum. HEX triplet: 94, 6B and 2F. RGB value is (148,107,47). Sum of RGB (Red+Green+Blue) = 148+107+47=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #946B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946B2F is #6B94D0. Grayscale: #707070. Windows color (decimal): -7050449 or 3107732. OLE color: 3107732.

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

Color convert

RGB14810747-
CMYK00.280.680.42
HSL35.64º51.79%38.24%-
HSV(B)35.64º68.24%58.04%-
XYZ17.9817.025.03-
YUV112.4291.08153.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.01%
GREEN value IS 107 (42.19% from 255) = 35.43%
BLUE value IS 47 (18.75% from 255) = 15.56%
R=49.01%
G=35.43%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481074700.280.680.4235.6451.7938.24
Hex946B2F01C442A243426
Octal2241535703410452446446
Binary1001010011010111011110111001000100101010100100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946B2F; }

 p { color: rgb(148,107,47); }

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

<style>
 a { background-color: #946B2F; }

 a { background-color: rgb(148,107,47); }

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

<style>
 span { border-color: #946B2F; }

 span { border-color: rgb(148,107,47); }

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