#96742E

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

Shades of Buttered Rum #96742E

Tints of Buttered Rum #96742E

Color information

#96742E (or 0x96742E) is unknown color: approx Buttered Rum. HEX triplet: 96, 74 and 2E. RGB value is (150,116,46). Sum of RGB (Red+Green+Blue) = 150+116+46=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96742E is #698BD1. Grayscale: #767676. Windows color (decimal): -6917074 or 3044502. OLE color: 3044502.

HSL color Cylindrical-coordinate representation of color #96742E: hue angle of 40.38º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96742E is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB15011646-
CMYK00.230.690.41
HSL40.38º53.06%38.43%-
HSV(B)40.38º69.33%58.82%-
XYZ19.3219.175.27-
YUV118.1987.26150.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 46 (18.36% from 255) = 14.74%
R=48.08%
G=37.18%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501164600.230.690.4140.3853.0638.43
Hex96742E0174529283526
Octal2261645602710551506546
Binary1001011011101001011100101111000101101001101000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96742E; }

 p { color: rgb(150,116,46); }

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

<style>
 a { background-color: #96742E; }

 a { background-color: rgb(150,116,46); }

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

<style>
 span { border-color: #96742E; }

 span { border-color: rgb(150,116,46); }

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