#946B34

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

Shades of Buttered Rum #946B34

Tints of Buttered Rum #946B34

Color information

#946B34 (or 0x946B34) is unknown color: approx Buttered Rum. HEX triplet: 94, 6B and 34. RGB value is (148,107,52). Sum of RGB (Red+Green+Blue) = 148+107+52=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #946B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946B34 is #6B94CB. Grayscale: #717171. Windows color (decimal): -7050444 or 3435412. OLE color: 3435412.

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

Color convert

RGB14810752-
CMYK00.280.650.42
HSL34.38º48%39.22%-
HSV(B)34.38º64.86%58.04%-
XYZ18.0917.065.59-
YUV112.9993.58152.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 52 (20.70% from 255) = 16.94%
R=48.21%
G=34.85%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481075200.280.650.4234.384839.22
Hex946B3401C412A223027
Octal2241536403410152426047
Binary1001010011010111101000111001000001101010100010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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