#9D6B36

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

Shades of Buttered Rum #9D6B36

Tints of Buttered Rum #9D6B36

Color information

#9D6B36 (or 0x9D6B36) is unknown color: approx Buttered Rum. HEX triplet: 9D, 6B and 36. RGB value is (157,107,54). Sum of RGB (Red+Green+Blue) = 157+107+54=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6B36 is #6294C9. Grayscale: #747474. Windows color (decimal): -6460618 or 3566493. OLE color: 3566493.

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

Color convert

RGB15710754-
CMYK00.320.660.38
HSL30.87º48.82%41.37%-
HSV(B)30.87º65.61%61.57%-
XYZ19.8317.955.91-
YUV115.9193.06157.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.37%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=49.37%
G=33.65%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571075400.320.660.3830.8748.8241.37
Hex9D6B3602042261f3129
Octal2351536604010246376151
Binary1001110111010111101100100000100001010011011111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,107,54); }

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

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

 a { background-color: rgb(157,107,54); }

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

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

 span { border-color: rgb(157,107,54); }

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