#9B6B38

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

Shades of Buttered Rum #9B6B38

Tints of Buttered Rum #9B6B38

Color information

#9B6B38 (or 0x9B6B38) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6B and 38. RGB value is (155,107,56). Sum of RGB (Red+Green+Blue) = 155+107+56=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6B38 is #6494C7. Grayscale: #737373. Windows color (decimal): -6591688 or 3697563. OLE color: 3697563.

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

Color convert

RGB15510756-
CMYK00.310.640.39
HSL30.91º46.92%41.37%-
HSV(B)30.91º63.87%60.78%-
XYZ19.4917.776.14-
YUV115.5494.4156.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.74%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 56 (22.27% from 255) = 17.61%
R=48.74%
G=33.65%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551075600.310.640.3930.9146.9241.37
Hex9B6B3801F40271f2f29
Octal2331537003710047375751
Binary100110111101011111000011111100000010011111111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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