#996F3D

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

Shades of Buttered Rum #996F3D

Tints of Buttered Rum #996F3D

Color information

#996F3D (or 0x996F3D) is unknown color: approx Buttered Rum. HEX triplet: 99, 6F and 3D. RGB value is (153,111,61). Sum of RGB (Red+Green+Blue) = 153+111+61=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #996F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F3D is #6690C2. Grayscale: #767676. Windows color (decimal): -6721731 or 4026265. OLE color: 4026265.

HSL color Cylindrical-coordinate representation of color #996F3D: hue angle of 32.61º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #996F3D is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB15311161-
CMYK00.270.600.4
HSL32.61º42.99%41.96%-
HSV(B)32.61º60.13%60%-
XYZ19.6618.486.95-
YUV117.8695.91153.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=47.08%
G=34.15%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531116100.270.600.432.6142.9941.96
Hex996F3D01B3C28212b2a
Octal231157750337450415352
Binary100110011101111111101011011111100101000100001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996F3D; }

 p { color: rgb(153,111,61); }

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

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

 a { background-color: rgb(153,111,61); }

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

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

 span { border-color: rgb(153,111,61); }

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