#96783A

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

Shades of Buttered Rum #96783A

Tints of Buttered Rum #96783A

Color information

#96783A (or 0x96783A) is unknown color: approx Buttered Rum. HEX triplet: 96, 78 and 3A. RGB value is (150,120,58). Sum of RGB (Red+Green+Blue) = 150+120+58=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96783A is #6987C5. Grayscale: #7A7A7A. Windows color (decimal): -6916038 or 3831958. OLE color: 3831958.

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

Color convert

RGB15012058-
CMYK00.200.610.41
HSL40.43º44.23%40.78%-
HSV(B)40.43º61.33%58.82%-
XYZ20.0620.226.85-
YUV121.991.94148.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 120 (47.27% from 255) = 36.59%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=45.73%
G=36.59%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501205800.200.610.4140.4344.2340.78
Hex96783A0143D29282c29
Octal226170720247551505451
Binary100101101111000111010010100111101101001101000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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