#99662E

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

Shades of Buttered Rum #99662E

Tints of Buttered Rum #99662E

Color information

#99662E (or 0x99662E) is unknown color: approx Buttered Rum. HEX triplet: 99, 66 and 2E. RGB value is (153,102,46). Sum of RGB (Red+Green+Blue) = 153+102+46=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99662E is #6699D1. Grayscale: #6F6F6F. Windows color (decimal): -6724050 or 3040921. OLE color: 3040921.

HSL color Cylindrical-coordinate representation of color #99662E: hue angle of 31.4º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99662E is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB15310246-
CMYK00.330.700.4
HSL31.4º53.77%39.02%-
HSV(B)31.4º69.93%60%-
XYZ18.3816.474.8-
YUV110.8691.4158.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 46 (18.36% from 255) = 15.28%
R=50.83%
G=33.89%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531024600.330.700.431.453.7739.02
Hex99662E02146281f3627
Octal2311465604110650376647
Binary1001100111001101011100100001100011010100011111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99662E; }

 p { color: rgb(153,102,46); }

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

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

 a { background-color: rgb(153,102,46); }

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

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

 span { border-color: rgb(153,102,46); }

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