#997C3D

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

Shades of Buttered Rum #997C3D

Tints of Buttered Rum #997C3D

Color information

#997C3D (or 0x997C3D) is unknown color: approx Buttered Rum. HEX triplet: 99, 7C and 3D. RGB value is (153,124,61). Sum of RGB (Red+Green+Blue) = 153+124+61=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #997C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C3D is #6683C2. Grayscale: #7D7D7D. Windows color (decimal): -6718403 or 4029593. OLE color: 4029593.

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

Color convert

RGB15312461-
CMYK00.190.600.4
HSL41.09º42.99%41.96%-
HSV(B)41.09º60.13%60%-
XYZ21.1921.527.45-
YUV125.4991.61147.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 124 (48.83% from 255) = 36.69%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=45.27%
G=36.69%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531246100.190.600.441.0942.9941.96
Hex997C3D0133C28292b2a
Octal231174750237450515352
Binary100110011111100111101010011111100101000101001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997C3D; }

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

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

<style>
 a { background-color: #997C3D; }

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

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

<style>
 span { border-color: #997C3D; }

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

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