#96713D

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

Shades of Buttered Rum #96713D

Tints of Buttered Rum #96713D

Color information

#96713D (or 0x96713D) is unknown color: approx Buttered Rum. HEX triplet: 96, 71 and 3D. RGB value is (150,113,61). Sum of RGB (Red+Green+Blue) = 150+113+61=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96713D is #698EC2. Grayscale: #767676. Windows color (decimal): -6917827 or 4026774. OLE color: 4026774.

HSL color Cylindrical-coordinate representation of color #96713D: hue angle of 35.06º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96713D is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB15011361-
CMYK00.250.590.41
HSL35.06º42.18%41.37%-
HSV(B)35.06º59.33%58.82%-
XYZ19.3318.636.99-
YUV118.1495.76150.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 61 (24.22% from 255) = 18.83%
R=46.30%
G=34.88%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501136100.250.590.4135.0642.1841.37
Hex96713D0193B29232a29
Octal226161750317351435251
Binary100101101110001111101011001111011101001100011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,113,61); }

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

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

 a { background-color: rgb(150,113,61); }

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

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

 span { border-color: rgb(150,113,61); }

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