#96703D

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

Shades of Buttered Rum #96703D

Tints of Buttered Rum #96703D

Color information

#96703D (or 0x96703D) is unknown color: approx Buttered Rum. HEX triplet: 96, 70 and 3D. RGB value is (150,112,61). Sum of RGB (Red+Green+Blue) = 150+112+61=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #96703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96703D is #698FC2. Grayscale: #757575. Windows color (decimal): -6918083 or 4026518. OLE color: 4026518.

HSL color Cylindrical-coordinate representation of color #96703D: hue angle of 34.38º 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 #96703D is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB15011261-
CMYK00.250.590.41
HSL34.38º42.18%41.37%-
HSV(B)34.38º59.33%58.82%-
XYZ19.2118.416.96-
YUV117.5596.09151.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 61 (24.22% from 255) = 18.89%
R=46.44%
G=34.67%
B=18.89%

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
Decimal1501126100.250.590.4134.3842.1841.37
Hex96703D0193B29222a29
Octal226160750317351425251
Binary100101101110000111101011001111011101001100010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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