#9D6828

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

Shades of Buttered Rum #9D6828

Tints of Buttered Rum #9D6828

Color information

#9D6828 (or 0x9D6828) is unknown color: approx Buttered Rum. HEX triplet: 9D, 68 and 28. RGB value is (157,104,40). Sum of RGB (Red+Green+Blue) = 157+104+40=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6828 is #6297D7. Grayscale: #707070. Windows color (decimal): -6461400 or 2648221. OLE color: 2648221.

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

Color convert

RGB15710440-
CMYK00.340.750.38
HSL32.82º59.39%38.63%-
HSV(B)32.82º74.52%61.57%-
XYZ19.2417.224.32-
YUV112.5587.06159.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.16%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 40 (16.02% from 255) = 13.29%
R=52.16%
G=34.55%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571044000.340.750.3832.8259.3938.63
Hex9D68280224B26213b27
Octal2351505004211346417347
Binary10011101110100010100001000101001011100110100001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,104,40); }

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

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

 a { background-color: rgb(157,104,40); }

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

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

 span { border-color: rgb(157,104,40); }

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