#9B6F38

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

Shades of Buttered Rum #9B6F38

Tints of Buttered Rum #9B6F38

Color information

#9B6F38 (or 0x9B6F38) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6F and 38. RGB value is (155,111,56). Sum of RGB (Red+Green+Blue) = 155+111+56=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6F38 is #6490C7. Grayscale: #767676. Windows color (decimal): -6590664 or 3698587. OLE color: 3698587.

HSL color Cylindrical-coordinate representation of color #9B6F38: hue angle of 33.33º 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 #9B6F38 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB15511156-
CMYK00.280.640.39
HSL33.33º46.92%41.37%-
HSV(B)33.33º63.87%60.78%-
XYZ19.9218.626.29-
YUV117.8993.08154.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 56 (22.27% from 255) = 17.39%
R=48.14%
G=34.47%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551115600.280.640.3933.3346.9241.37
Hex9B6F3801C4027212f29
Octal2331577003410047415751
Binary1001101111011111110000111001000000100111100001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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