#99783D

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

Shades of Buttered Rum #99783D

Tints of Buttered Rum #99783D

Color information

#99783D (or 0x99783D) is unknown color: approx Buttered Rum. HEX triplet: 99, 78 and 3D. RGB value is (153,120,61). Sum of RGB (Red+Green+Blue) = 153+120+61=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99783D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99783D is #6687C2. Grayscale: #7B7B7B. Windows color (decimal): -6719427 or 4028569. OLE color: 4028569.

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

Color convert

RGB15312061-
CMYK00.220.600.4
HSL38.48º42.99%41.96%-
HSV(B)38.48º60.13%60%-
XYZ20.720.547.29-
YUV123.1492.93149.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 120 (47.27% from 255) = 35.93%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=45.81%
G=35.93%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531206100.220.600.438.4842.9941.96
Hex99783D0163C28262b2a
Octal231170750267450465352
Binary100110011111000111101010110111100101000100110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99783D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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