#96753F

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

Shades of Buttered Rum #96753F

Tints of Buttered Rum #96753F

Color information

#96753F (or 0x96753F) is unknown color: approx Buttered Rum. HEX triplet: 96, 75 and 3F. RGB value is (150,117,63). Sum of RGB (Red+Green+Blue) = 150+117+63=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96753F is #698AC0. Grayscale: #787878. Windows color (decimal): -6916801 or 4158870. OLE color: 4158870.

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

Color convert

RGB15011763-
CMYK00.220.580.41
HSL37.24º40.85%41.76%-
HSV(B)37.24º58%58.82%-
XYZ19.8419.577.43-
YUV120.7195.43148.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 63 (25% from 255) = 19.09%
R=45.45%
G=35.45%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501176300.220.580.4137.2440.8541.76
Hex96753F0163A2925292a
Octal226165770267251455152
Binary100101101110101111111010110111010101001100101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96753F; }

 p { color: rgb(150,117,63); }

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

<style>
 a { background-color: #96753F; }

 a { background-color: rgb(150,117,63); }

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

<style>
 span { border-color: #96753F; }

 span { border-color: rgb(150,117,63); }

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