#99692D

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

Shades of Buttered Rum #99692D

Tints of Buttered Rum #99692D

Color information

#99692D (or 0x99692D) is unknown color: approx Buttered Rum. HEX triplet: 99, 69 and 2D. RGB value is (153,105,45). Sum of RGB (Red+Green+Blue) = 153+105+45=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #99692D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99692D is #6696D2. Grayscale: #707070. Windows color (decimal): -6723283 or 2976153. OLE color: 2976153.

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

Color convert

RGB15310545-
CMYK00.310.710.4
HSL33.33º54.55%38.82%-
HSV(B)33.33º70.59%60%-
XYZ18.6617.064.79-
YUV112.5189.9156.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 45 (17.97% from 255) = 14.85%
R=50.50%
G=34.65%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531054500.310.710.433.3354.5538.82
Hex99692D01F4728213727
Octal2311515503710750416747
Binary1001100111010011011010111111000111101000100001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99692D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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