#9D6627

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

Shades of Buttered Rum #9D6627

Tints of Buttered Rum #9D6627

Color information

#9D6627 (or 0x9D6627) is unknown color: approx Buttered Rum. HEX triplet: 9D, 66 and 27. RGB value is (157,102,39). Sum of RGB (Red+Green+Blue) = 157+102+39=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6627 is #6299D8. Grayscale: #6F6F6F. Windows color (decimal): -6461913 or 2582173. OLE color: 2582173.

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

Color convert

RGB15710239-
CMYK00.350.750.38
HSL32.03º60.2%38.43%-
HSV(B)32.03º75.16%61.57%-
XYZ19.0216.824.16-
YUV111.2687.22160.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.68%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 39 (15.62% from 255) = 13.09%
R=52.68%
G=34.23%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571023900.350.750.3832.0360.238.43
Hex9D66270234B26203c26
Octal2351464704311346407446
Binary10011101110011010011101000111001011100110100000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,102,39); }

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

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

 a { background-color: rgb(157,102,39); }

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

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

 span { border-color: rgb(157,102,39); }

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