#996729

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

Shades of Buttered Rum #996729

Tints of Buttered Rum #996729

Color information

#996729 (or 0x996729) is unknown color: approx Buttered Rum. HEX triplet: 99, 67 and 29. RGB value is (153,103,41). Sum of RGB (Red+Green+Blue) = 153+103+41=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #996729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996729 is #6698D6. Grayscale: #6F6F6F. Windows color (decimal): -6723799 or 2713497. OLE color: 2713497.

HSL color Cylindrical-coordinate representation of color #996729: hue angle of 33.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #996729 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB15310341-
CMYK00.330.730.4
HSL33.21º57.73%38.04%-
HSV(B)33.21º73.2%60%-
XYZ18.3916.634.34-
YUV110.8888.56158.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=51.52%
G=34.68%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531034100.330.730.433.2157.7338.04
Hex9967290214928213a26
Octal2311475104111150417246
Binary10011001110011110100101000011001001101000100001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996729; }

 p { color: rgb(153,103,41); }

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

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

 a { background-color: rgb(153,103,41); }

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

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

 span { border-color: rgb(153,103,41); }

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