#96692D

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

Shades of Buttered Rum #96692D

Tints of Buttered Rum #96692D

Color information

#96692D (or 0x96692D) is unknown color: approx Buttered Rum. HEX triplet: 96, 69 and 2D. RGB value is (150,105,45). Sum of RGB (Red+Green+Blue) = 150+105+45=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #96692D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96692D is #6996D2. Grayscale: #6F6F6F. Windows color (decimal): -6919891 or 2976150. OLE color: 2976150.

HSL color Cylindrical-coordinate representation of color #96692D: hue angle of 34.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96692D is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB15010545-
CMYK00.300.700.41
HSL34.29º53.85%38.24%-
HSV(B)34.29º70%58.82%-
XYZ18.116.784.77-
YUV111.6290.41155.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 45 (17.97% from 255) = 15%
R=50%
G=35%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501054500.300.700.4134.2953.8538.24
Hex96692D01E4629223626
Octal2261515503610651426646
Binary1001011011010011011010111101000110101001100010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96692D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96692D; }

 p { color: rgb(150,105,45); }

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

<style>
 a { background-color: #96692D; }

 a { background-color: rgb(150,105,45); }

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

<style>
 span { border-color: #96692D; }

 span { border-color: rgb(150,105,45); }

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