#99762F

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

Shades of Buttered Rum #99762F

Tints of Buttered Rum #99762F

Color information

#99762F (or 0x99762F) is unknown color: approx Buttered Rum. HEX triplet: 99, 76 and 2F. RGB value is (153,118,47). Sum of RGB (Red+Green+Blue) = 153+118+47=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99762F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99762F is #6689D0. Grayscale: #787878. Windows color (decimal): -6719953 or 3110553. OLE color: 3110553.

HSL color Cylindrical-coordinate representation of color #99762F: hue angle of 40.19º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99762F is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB15311847-
CMYK00.230.690.4
HSL40.19º53%39.22%-
HSV(B)40.19º69.28%60%-
XYZ20.1319.935.48-
YUV120.3786.6151.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 118 (46.48% from 255) = 37.11%
BLUE value IS 47 (18.75% from 255) = 14.78%
R=48.11%
G=37.11%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531184700.230.690.440.195339.22
Hex99762F0174528283527
Octal2311665702710550506547
Binary1001100111101101011110101111000101101000101000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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