#99763F

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

Shades of Buttered Rum #99763F

Tints of Buttered Rum #99763F

Color information

#99763F (or 0x99763F) is unknown color: approx Buttered Rum. HEX triplet: 99, 76 and 3F. RGB value is (153,118,63). Sum of RGB (Red+Green+Blue) = 153+118+63=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99763F is #6689C0. Grayscale: #7A7A7A. Windows color (decimal): -6719937 or 4159129. OLE color: 4159129.

HSL color Cylindrical-coordinate representation of color #99763F: hue angle of 36.67º 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 #99763F is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB15311863-
CMYK00.230.590.4
HSL36.67º41.67%42.35%-
HSV(B)36.67º58.82%60%-
XYZ20.5120.097.5-
YUV122.294.6149.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 63 (25% from 255) = 18.86%
R=45.81%
G=35.33%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531186300.230.590.436.6741.6742.35
Hex99763F0173B28252a2a
Octal231166770277350455252
Binary100110011110110111111010111111011101000100101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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