#9D6C30

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

Shades of Buttered Rum #9D6C30

Tints of Buttered Rum #9D6C30

Color information

#9D6C30 (or 0x9D6C30) is unknown color: approx Buttered Rum. HEX triplet: 9D, 6C and 30. RGB value is (157,108,48). Sum of RGB (Red+Green+Blue) = 157+108+48=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6C30 is #6293CF. Grayscale: #747474. Windows color (decimal): -6460368 or 3173533. OLE color: 3173533.

HSL color Cylindrical-coordinate representation of color #9D6C30: hue angle of 33.03º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D6C30 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB15710848-
CMYK00.310.690.38
HSL33.03º53.17%40.2%-
HSV(B)33.03º69.43%61.57%-
XYZ19.818.115.25-
YUV115.8189.73157.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.16%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 48 (19.14% from 255) = 15.34%
R=50.16%
G=34.50%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571084800.310.690.3833.0353.1740.2
Hex9D6C3001F4526213528
Octal2351546003710546416550
Binary1001110111011001100000111111000101100110100001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,108,48); }

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

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

 a { background-color: rgb(157,108,48); }

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

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

 span { border-color: rgb(157,108,48); }

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