#99682D

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

Shades of Buttered Rum #99682D

Tints of Buttered Rum #99682D

Color information

#99682D (or 0x99682D) is unknown color: approx Buttered Rum. HEX triplet: 99, 68 and 2D. RGB value is (153,104,45). Sum of RGB (Red+Green+Blue) = 153+104+45=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #99682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99682D is #6697D2. Grayscale: #707070. Windows color (decimal): -6723539 or 2975897. OLE color: 2975897.

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

Color convert

RGB15310445-
CMYK00.320.710.4
HSL32.78º54.55%38.82%-
HSV(B)32.78º70.59%60%-
XYZ18.5616.864.76-
YUV111.9290.23157.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 45 (17.97% from 255) = 14.90%
R=50.66%
G=34.44%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531044500.320.710.432.7854.5538.82
Hex99682D0204728213727
Octal2311505504010750416747
Binary10011001110100010110101000001000111101000100001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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