#9B713D

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

Shades of Buttered Rum #9B713D

Tints of Buttered Rum #9B713D

Color information

#9B713D (or 0x9B713D) is unknown color: approx Buttered Rum. HEX triplet: 9B, 71 and 3D. RGB value is (155,113,61). Sum of RGB (Red+Green+Blue) = 155+113+61=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B713D is #648EC2. Grayscale: #777777. Windows color (decimal): -6590147 or 4026779. OLE color: 4026779.

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

Color convert

RGB15511361-
CMYK00.270.610.39
HSL33.19º43.52%42.35%-
HSV(B)33.19º60.65%60.78%-
XYZ20.2719.127.04-
YUV119.6394.91153.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.11%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 61 (24.22% from 255) = 18.54%
R=47.11%
G=34.35%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551136100.270.610.3933.1943.5242.35
Hex9B713D01B3D27212c2a
Octal233161750337547415452
Binary100110111110001111101011011111101100111100001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,113,61); }

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

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

 a { background-color: rgb(155,113,61); }

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

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

 span { border-color: rgb(155,113,61); }

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