#99662A

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

Shades of Buttered Rum #99662A

Tints of Buttered Rum #99662A

Color information

#99662A (or 0x99662A) is unknown color: approx Buttered Rum. HEX triplet: 99, 66 and 2A. RGB value is (153,102,42). Sum of RGB (Red+Green+Blue) = 153+102+42=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99662A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99662A is #6699D5. Grayscale: #6E6E6E. Windows color (decimal): -6724054 or 2778777. OLE color: 2778777.

HSL color Cylindrical-coordinate representation of color #99662A: hue angle of 32.43º 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 #99662A is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB15310242-
CMYK00.330.730.4
HSL32.43º56.92%38.24%-
HSV(B)32.43º72.55%60%-
XYZ18.3116.444.4-
YUV110.4189.4158.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=51.52%
G=34.34%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531024200.330.730.432.4356.9238.24
Hex99662A0214928203926
Octal2311465204111150407146
Binary10011001110011010101001000011001001101000100000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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