#9D6E2A

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

Shades of Buttered Rum #9D6E2A

Tints of Buttered Rum #9D6E2A

Color information

#9D6E2A (or 0x9D6E2A) is unknown color: approx Buttered Rum. HEX triplet: 9D, 6E and 2A. RGB value is (157,110,42). Sum of RGB (Red+Green+Blue) = 157+110+42=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6E2A is #6291D5. Grayscale: #747474. Windows color (decimal): -6459862 or 2780829. OLE color: 2780829.

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

Color convert

RGB15711042-
CMYK00.300.730.38
HSL35.48º57.79%39.02%-
HSV(B)35.48º73.25%61.57%-
XYZ19.918.494.71-
YUV116.386.07157.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.81%
GREEN value IS 110 (43.36% from 255) = 35.60%
BLUE value IS 42 (16.80% from 255) = 13.59%
R=50.81%
G=35.60%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571104200.300.730.3835.4857.7939.02
Hex9D6E2A01E4926233a27
Octal2351565203611146437247
Binary1001110111011101010100111101001001100110100011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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