#9b6d2d

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

Shades of Buttered Rum #9B6D2D

Tints of Buttered Rum #9B6D2D

Color information

#9B6D2D (or 0x9B6D2D) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6D and 2D. RGB value is (155,109,45). Sum of RGB (Red+Green+Blue) = 155+109+45=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6D2D is #6492D2. Grayscale: #737373. Windows color (decimal): -6591187 or 2977179. OLE color: 2977179.

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

Color convert

RGB15510945-
CMYK00.300.710.39
HSL34.91º55%39.22%-
HSV(B)34.91º70.97%60.78%-
XYZ19.4618.14.95-
YUV115.4688.24156.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.16%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 45 (17.97% from 255) = 14.56%
R=50.16%
G=35.28%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551094500.300.710.3934.915539.22
Hex9B6D2D01E4727233727
Octal2331555503610747436747
Binary1001101111011011011010111101000111100111100011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b6d2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,109,45); }

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

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

 a { background-color: rgb(155,109,45); }

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

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

 span { border-color: rgb(155,109,45); }

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