#946C30

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

Shades of Buttered Rum #946C30

Tints of Buttered Rum #946C30

Color information

#946C30 (or 0x946C30) is unknown color: approx Buttered Rum. HEX triplet: 94, 6C and 30. RGB value is (148,108,48). Sum of RGB (Red+Green+Blue) = 148+108+48=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #946C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C30 is #6B93CF. Grayscale: #717171. Windows color (decimal): -7050192 or 3173524. OLE color: 3173524.

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

Color convert

RGB14810848-
CMYK00.270.680.42
HSL36º51.02%38.43%-
HSV(B)36º67.57%58.04%-
XYZ18.1117.235.17-
YUV113.1291.25152.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 108 (42.58% from 255) = 35.53%
BLUE value IS 48 (19.14% from 255) = 15.79%
R=48.68%
G=35.53%
B=15.79%

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
Decimal1481084800.270.680.423651.0238.43
Hex946C3001B442A243326
Octal2241546003310452446346
Binary1001010011011001100000110111000100101010100100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,108,48); }

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

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

 a { background-color: rgb(148,108,48); }

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

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

 span { border-color: rgb(148,108,48); }

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