#9D6E2B

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

Shades of Buttered Rum #9D6E2B

Tints of Buttered Rum #9D6E2B

Color information

#9D6E2B (or 0x9D6E2B) is unknown color: approx Buttered Rum. HEX triplet: 9D, 6E and 2B. RGB value is (157,110,43). Sum of RGB (Red+Green+Blue) = 157+110+43=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6E2B is #6291D4. Grayscale: #747474. Windows color (decimal): -6459861 or 2846365. OLE color: 2846365.

HSL color Cylindrical-coordinate representation of color #9D6E2B: hue angle of 35.26º degrees, saturation: 0.57, 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 #9D6E2B is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB15711043-
CMYK00.300.730.38
HSL35.26º57%39.22%-
HSV(B)35.26º72.61%61.57%-
XYZ19.9218.494.81-
YUV116.4286.57156.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.65%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 43 (17.19% from 255) = 13.87%
R=50.65%
G=35.48%
B=13.87%

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
Decimal1571104300.300.730.3835.265739.22
Hex9D6E2B01E4926233927
Octal2351565303611146437147
Binary1001110111011101010110111101001001100110100011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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