#99783F

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

Shades of Buttered Rum #99783F

Tints of Buttered Rum #99783F

Color information

#99783F (or 0x99783F) is unknown color: approx Buttered Rum. HEX triplet: 99, 78 and 3F. RGB value is (153,120,63). Sum of RGB (Red+Green+Blue) = 153+120+63=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #99783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99783F is #6687C0. Grayscale: #7B7B7B. Windows color (decimal): -6719425 or 4159641. OLE color: 4159641.

HSL color Cylindrical-coordinate representation of color #99783F: hue angle of 38º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99783F is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB15312063-
CMYK00.220.590.4
HSL38º41.67%42.35%-
HSV(B)38º58.82%60%-
XYZ20.7520.567.58-
YUV123.3793.93149.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.54%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 63 (25% from 255) = 18.75%
R=45.54%
G=35.71%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531206300.220.590.43841.6742.35
Hex99783F0163B28262a2a
Octal231170770267350465252
Binary100110011111000111111010110111011101000100110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99783F; }

 p { color: rgb(153,120,63); }

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

<style>
 a { background-color: #99783F; }

 a { background-color: rgb(153,120,63); }

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

<style>
 span { border-color: #99783F; }

 span { border-color: rgb(153,120,63); }

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