#99713D

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

Shades of Buttered Rum #99713D

Tints of Buttered Rum #99713D

Color information

#99713D (or 0x99713D) is unknown color: approx Buttered Rum. HEX triplet: 99, 71 and 3D. RGB value is (153,113,61). Sum of RGB (Red+Green+Blue) = 153+113+61=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #99713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99713D is #668EC2. Grayscale: #777777. Windows color (decimal): -6721219 or 4026777. OLE color: 4026777.

HSL color Cylindrical-coordinate representation of color #99713D: hue angle of 33.91º 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 #99713D is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB15311361-
CMYK00.260.600.4
HSL33.91º42.99%41.96%-
HSV(B)33.91º60.13%60%-
XYZ19.8818.927.02-
YUV119.0395.25152.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.79%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 61 (24.22% from 255) = 18.65%
R=46.79%
G=34.56%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531136100.260.600.433.9142.9941.96
Hex99713D01A3C28222b2a
Octal231161750327450425352
Binary100110011110001111101011010111100101000100010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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