#99682A

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

Shades of Buttered Rum #99682A

Tints of Buttered Rum #99682A

Color information

#99682A (or 0x99682A) is unknown color: approx Buttered Rum. HEX triplet: 99, 68 and 2A. RGB value is (153,104,42). Sum of RGB (Red+Green+Blue) = 153+104+42=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99682A is #6697D5. Grayscale: #6F6F6F. Windows color (decimal): -6723542 or 2779289. OLE color: 2779289.

HSL color Cylindrical-coordinate representation of color #99682A: hue angle of 33.51º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99682A is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB15310442-
CMYK00.320.730.4
HSL33.51º56.92%38.24%-
HSV(B)33.51º72.55%60%-
XYZ18.5116.844.47-
YUV111.5888.73157.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=51.17%
G=34.78%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531044200.320.730.433.5156.9238.24
Hex99682A0204928223926
Octal2311505204011150427146
Binary10011001110100010101001000001001001101000100010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99682A; }

 p { color: rgb(153,104,42); }

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

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

 a { background-color: rgb(153,104,42); }

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

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

 span { border-color: rgb(153,104,42); }

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