#96763A

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

Shades of Buttered Rum #96763A

Tints of Buttered Rum #96763A

Color information

#96763A (or 0x96763A) is unknown color: approx Buttered Rum. HEX triplet: 96, 76 and 3A. RGB value is (150,118,58). Sum of RGB (Red+Green+Blue) = 150+118+58=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96763A is #6989C5. Grayscale: #787878. Windows color (decimal): -6916550 or 3831446. OLE color: 3831446.

HSL color Cylindrical-coordinate representation of color #96763A: hue angle of 39.13º 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 #96763A is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB15011858-
CMYK00.210.610.41
HSL39.13º44.23%40.78%-
HSV(B)39.13º61.33%58.82%-
XYZ19.8219.756.77-
YUV120.7392.6148.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 58 (23.05% from 255) = 17.79%
R=46.01%
G=36.20%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501185800.210.610.4139.1344.2340.78
Hex96763A0153D29272c29
Octal226166720257551475451
Binary100101101110110111010010101111101101001100111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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