#93692D

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

Shades of Buttered Rum #93692D

Tints of Buttered Rum #93692D

Color information

#93692D (or 0x93692D) is unknown color: approx Buttered Rum. HEX triplet: 93, 69 and 2D. RGB value is (147,105,45). Sum of RGB (Red+Green+Blue) = 147+105+45=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #93692D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93692D is #6C96D2. Grayscale: #6F6F6F. Windows color (decimal): -7116499 or 2976147. OLE color: 2976147.

HSL color Cylindrical-coordinate representation of color #93692D: hue angle of 35.29º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93692D is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB14710545-
CMYK00.290.690.42
HSL35.29º53.12%37.65%-
HSV(B)35.29º69.39%57.65%-
XYZ17.5616.54.74-
YUV110.7290.91153.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.49%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 45 (17.97% from 255) = 15.15%
R=49.49%
G=35.35%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471054500.290.690.4235.2953.1237.65
Hex93692D01D452A233526
Octal2231515503510552436546
Binary1001001111010011011010111011000101101010100011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93692D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93692D; }

 p { color: rgb(147,105,45); }

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

<style>
 a { background-color: #93692D; }

 a { background-color: rgb(147,105,45); }

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

<style>
 span { border-color: #93692D; }

 span { border-color: rgb(147,105,45); }

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