#96723F

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

Shades of Buttered Rum #96723F

Tints of Buttered Rum #96723F

Color information

#96723F (or 0x96723F) is unknown color: approx Buttered Rum. HEX triplet: 96, 72 and 3F. RGB value is (150,114,63). Sum of RGB (Red+Green+Blue) = 150+114+63=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96723F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96723F is #698DC0. Grayscale: #777777. Windows color (decimal): -6917569 or 4158102. OLE color: 4158102.

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

Color convert

RGB15011463-
CMYK00.240.580.41
HSL35.17º40.85%41.76%-
HSV(B)35.17º58%58.82%-
XYZ19.4918.887.32-
YUV118.9596.43150.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 63 (25% from 255) = 19.27%
R=45.87%
G=34.86%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501146300.240.580.4135.1740.8541.76
Hex96723F0183A2923292a
Octal226162770307251435152
Binary100101101110010111111011000111010101001100011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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