#9D6E3A

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

Shades of Buttered Rum #9D6E3A

Tints of Buttered Rum #9D6E3A

Color information

#9D6E3A (or 0x9D6E3A) is unknown color: approx Buttered Rum. HEX triplet: 9D, 6E and 3A. RGB value is (157,110,58). Sum of RGB (Red+Green+Blue) = 157+110+58=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6E3A is #6291C5. Grayscale: #767676. Windows color (decimal): -6459846 or 3829405. OLE color: 3829405.

HSL color Cylindrical-coordinate representation of color #9D6E3A: hue angle of 31.52º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D6E3A is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB15711058-
CMYK00.300.630.38
HSL31.52º46.05%42.16%-
HSV(B)31.52º63.06%61.57%-
XYZ20.2418.636.53-
YUV118.1294.07155.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.31%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=48.31%
G=33.85%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571105800.300.630.3831.5246.0542.16
Hex9D6E3A01E3F26202e2a
Octal235156720367746405652
Binary100111011101110111010011110111111100110100000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D6E3A; }

 p { color: rgb(157,110,58); }

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

<style>
 a { background-color: #9D6E3A; }

 a { background-color: rgb(157,110,58); }

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

<style>
 span { border-color: #9D6E3A; }

 span { border-color: rgb(157,110,58); }

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