#96723B

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

Shades of Buttered Rum #96723B

Tints of Buttered Rum #96723B

Color information

#96723B (or 0x96723B) is unknown color: approx Buttered Rum. HEX triplet: 96, 72 and 3B. RGB value is (150,114,59). Sum of RGB (Red+Green+Blue) = 150+114+59=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #96723B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96723B is #698DC4. Grayscale: #767676. Windows color (decimal): -6917573 or 3895958. OLE color: 3895958.

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

Color convert

RGB15011459-
CMYK00.240.610.41
HSL36.26º43.54%40.98%-
HSV(B)36.26º60.67%58.82%-
XYZ19.3818.836.75-
YUV118.4994.43150.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 59 (23.44% from 255) = 18.27%
R=46.44%
G=35.29%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501145900.240.610.4136.2643.5440.98
Hex96723B0183D29242c29
Octal226162730307551445451
Binary100101101110010111011011000111101101001100100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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