#996935

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

Shades of Buttered Rum #996935

Tints of Buttered Rum #996935

Color information

#996935 (or 0x996935) is unknown color: approx Buttered Rum. HEX triplet: 99, 69 and 35. RGB value is (153,105,53). Sum of RGB (Red+Green+Blue) = 153+105+53=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #996935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996935 is #6696CA. Grayscale: #717171. Windows color (decimal): -6723275 or 3500441. OLE color: 3500441.

HSL color Cylindrical-coordinate representation of color #996935: hue angle of 31.2º 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 #996935 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB15310553-
CMYK00.310.650.4
HSL31.2º48.54%40.39%-
HSV(B)31.2º65.36%60%-
XYZ18.8317.135.68-
YUV113.4293.9156.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=49.20%
G=33.76%
B=17.04%

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
Decimal1531055300.310.650.431.248.5440.39
Hex99693501F41281f3128
Octal2311516503710150376150
Binary100110011101001110101011111100000110100011111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996935; }

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

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

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

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

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

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

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

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