#996733

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

Shades of Buttered Rum #996733

Tints of Buttered Rum #996733

Color information

#996733 (or 0x996733) is unknown color: approx Buttered Rum. HEX triplet: 99, 67 and 33. RGB value is (153,103,51). Sum of RGB (Red+Green+Blue) = 153+103+51=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #996733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996733 is #6698CC. Grayscale: #707070. Windows color (decimal): -6723789 or 3368857. OLE color: 3368857.

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

Color convert

RGB15310351-
CMYK00.330.670.4
HSL30.59º50%40%-
HSV(B)30.59º66.67%60%-
XYZ18.5816.715.38-
YUV112.0293.56157.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=49.84%
G=33.55%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531035100.330.670.430.595040
Hex99673302143281f3228
Octal2311476304110350376250
Binary1001100111001111100110100001100001110100011111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996733; }

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

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

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

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

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

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

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

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