#96703A

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

Shades of Buttered Rum #96703A

Tints of Buttered Rum #96703A

Color information

#96703A (or 0x96703A) is unknown color: approx Buttered Rum. HEX triplet: 96, 70 and 3A. RGB value is (150,112,58). Sum of RGB (Red+Green+Blue) = 150+112+58=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #96703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96703A is #698FC5. Grayscale: #757575. Windows color (decimal): -6918086 or 3829910. OLE color: 3829910.

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

Color convert

RGB15011258-
CMYK00.250.610.41
HSL35.22º44.23%40.78%-
HSV(B)35.22º61.33%58.82%-
XYZ19.1418.386.54-
YUV117.2194.59151.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=46.88%
G=35%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501125800.250.610.4135.2244.2340.78
Hex96703A0193D29232c29
Octal226160720317551435451
Binary100101101110000111010011001111101101001100011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96703A; }

 p { color: rgb(150,112,58); }

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

<style>
 a { background-color: #96703A; }

 a { background-color: rgb(150,112,58); }

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

<style>
 span { border-color: #96703A; }

 span { border-color: rgb(150,112,58); }

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