#996A35

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

Shades of Buttered Rum #996A35

Tints of Buttered Rum #996A35

Color information

#996A35 (or 0x996A35) is unknown color: approx Buttered Rum. HEX triplet: 99, 6A and 35. RGB value is (153,106,53). Sum of RGB (Red+Green+Blue) = 153+106+53=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #996A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A35 is #6695CA. Grayscale: #727272. Windows color (decimal): -6723019 or 3500697. OLE color: 3500697.

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

Color convert

RGB15310653-
CMYK00.310.650.4
HSL31.8º48.54%40.39%-
HSV(B)31.8º65.36%60%-
XYZ18.9317.345.72-
YUV114.0193.57155.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=49.04%
G=33.97%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531065300.310.650.431.848.5440.39
Hex996A3501F4128203128
Octal2311526503710150406150
Binary1001100111010101101010111111000001101000100000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,106,53); }

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

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

 a { background-color: rgb(153,106,53); }

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

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

 span { border-color: rgb(153,106,53); }

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