#9D6A34

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

Shades of Buttered Rum #9D6A34

Tints of Buttered Rum #9D6A34

Color information

#9D6A34 (or 0x9D6A34) is unknown color: approx Buttered Rum. HEX triplet: 9D, 6A and 34. RGB value is (157,106,52). Sum of RGB (Red+Green+Blue) = 157+106+52=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6A34 is #6295CB. Grayscale: #737373. Windows color (decimal): -6460876 or 3435165. OLE color: 3435165.

HSL color Cylindrical-coordinate representation of color #9D6A34: hue angle of 30.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D6A34 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB15710652-
CMYK00.320.670.38
HSL30.86º50.24%40.98%-
HSV(B)30.86º66.88%61.57%-
XYZ19.6817.725.63-
YUV115.0992.4157.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.84%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 52 (20.70% from 255) = 16.51%
R=49.84%
G=33.65%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571065200.320.670.3830.8650.2440.98
Hex9D6A3402043261f3229
Octal2351526404010346376251
Binary1001110111010101101000100000100001110011011111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,106,52); }

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

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

 a { background-color: rgb(157,106,52); }

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

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

 span { border-color: rgb(157,106,52); }

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