#996A38

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

Shades of Buttered Rum #996A38

Tints of Buttered Rum #996A38

Color information

#996A38 (or 0x996A38) is unknown color: approx Buttered Rum. HEX triplet: 99, 6A and 38. RGB value is (153,106,56). Sum of RGB (Red+Green+Blue) = 153+106+56=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #996A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A38 is #6695C7. Grayscale: #727272. Windows color (decimal): -6723016 or 3697305. OLE color: 3697305.

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

Color convert

RGB15310656-
CMYK00.310.630.4
HSL30.93º46.41%40.98%-
HSV(B)30.93º63.4%60%-
XYZ1917.376.09-
YUV114.3595.07155.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=48.57%
G=33.65%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531065600.310.630.430.9346.4140.98
Hex996A3801F3F281f2e29
Octal231152700377750375651
Binary10011001110101011100001111111111110100011111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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