#996C34

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

Shades of Buttered Rum #996C34

Tints of Buttered Rum #996C34

Color information

#996C34 (or 0x996C34) is unknown color: approx Buttered Rum. HEX triplet: 99, 6C and 34. RGB value is (153,108,52). Sum of RGB (Red+Green+Blue) = 153+108+52=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #996C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C34 is #6693CB. Grayscale: #737373. Windows color (decimal): -6722508 or 3435673. OLE color: 3435673.

HSL color Cylindrical-coordinate representation of color #996C34: hue angle of 33.27º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #996C34 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB15310852-
CMYK00.290.660.4
HSL33.27º49.27%40.2%-
HSV(B)33.27º66.01%60%-
XYZ19.1217.755.67-
YUV115.0792.41155.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=48.88%
G=34.50%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531085200.290.660.433.2749.2740.2
Hex996C3401D4228213128
Octal2311546403510250416150
Binary1001100111011001101000111011000010101000100001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,108,52); }

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

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

 a { background-color: rgb(153,108,52); }

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

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

 span { border-color: rgb(153,108,52); }

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