#9B6C38

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

Shades of Buttered Rum #9B6C38

Tints of Buttered Rum #9B6C38

Color information

#9B6C38 (or 0x9B6C38) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6C and 38. RGB value is (155,108,56). Sum of RGB (Red+Green+Blue) = 155+108+56=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6C38 is #6493C7. Grayscale: #747474. Windows color (decimal): -6591432 or 3697819. OLE color: 3697819.

HSL color Cylindrical-coordinate representation of color #9B6C38: hue angle of 31.52º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B6C38 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB15510856-
CMYK00.300.640.39
HSL31.52º46.92%41.37%-
HSV(B)31.52º63.87%60.78%-
XYZ19.5917.986.18-
YUV116.1294.07155.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.59%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=48.59%
G=33.86%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551085600.300.640.3931.5246.9241.37
Hex9B6C3801E4027202f29
Octal2331547003610047405751
Binary1001101111011001110000111101000000100111100000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,108,56); }

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

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

 a { background-color: rgb(155,108,56); }

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

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

 span { border-color: rgb(155,108,56); }

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