#96773F

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

Shades of Buttered Rum #96773F

Tints of Buttered Rum #96773F

Color information

#96773F (or 0x96773F) is unknown color: approx Buttered Rum. HEX triplet: 96, 77 and 3F. RGB value is (150,119,63). Sum of RGB (Red+Green+Blue) = 150+119+63=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96773F is #6988C0. Grayscale: #7A7A7A. Windows color (decimal): -6916289 or 4159382. OLE color: 4159382.

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

Color convert

RGB15011963-
CMYK00.210.580.41
HSL38.62º40.85%41.76%-
HSV(B)38.62º58%58.82%-
XYZ20.0720.047.51-
YUV121.8894.77148.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 63 (25% from 255) = 18.98%
R=45.18%
G=35.84%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501196300.210.580.4138.6240.8541.76
Hex96773F0153A2927292a
Octal226167770257251475152
Binary100101101110111111111010101111010101001100111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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