#946C33

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

Shades of Buttered Rum #946C33

Tints of Buttered Rum #946C33

Color information

#946C33 (or 0x946C33) is unknown color: approx Buttered Rum. HEX triplet: 94, 6C and 33. RGB value is (148,108,51). Sum of RGB (Red+Green+Blue) = 148+108+51=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #946C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C33 is #6B93CC. Grayscale: #717171. Windows color (decimal): -7050189 or 3370132. OLE color: 3370132.

HSL color Cylindrical-coordinate representation of color #946C33: hue angle of 35.26º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #946C33 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB14810851-
CMYK00.270.660.42
HSL35.26º48.74%39.02%-
HSV(B)35.26º65.54%58.04%-
XYZ18.1717.265.51-
YUV113.4692.75152.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=48.21%
G=35.18%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481085100.270.660.4235.2648.7439.02
Hex946C3301B422A233127
Octal2241546303310252436147
Binary1001010011011001100110110111000010101010100011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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