#9B6E2D

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

Shades of Buttered Rum #9B6E2D

Tints of Buttered Rum #9B6E2D

Color information

#9B6E2D (or 0x9B6E2D) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6E and 2D. RGB value is (155,110,45). Sum of RGB (Red+Green+Blue) = 155+110+45=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6E2D is #6491D2. Grayscale: #747474. Windows color (decimal): -6590931 or 2977435. OLE color: 2977435.

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

Color convert

RGB15511045-
CMYK00.290.710.39
HSL35.45º55%39.22%-
HSV(B)35.45º70.97%60.78%-
XYZ19.5718.314.99-
YUV116.0487.91155.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 45 (17.97% from 255) = 14.52%
R=50%
G=35.48%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551104500.290.710.3935.455539.22
Hex9B6E2D01D4727233727
Octal2331565503510747436747
Binary1001101111011101011010111011000111100111100011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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