#9B6930

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

Shades of Buttered Rum #9B6930

Tints of Buttered Rum #9B6930

Color information

#9B6930 (or 0x9B6930) is unknown color: approx Buttered Rum. HEX triplet: 9B, 69 and 30. RGB value is (155,105,48). Sum of RGB (Red+Green+Blue) = 155+105+48=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6930 is #6496CF. Grayscale: #717171. Windows color (decimal): -6592208 or 3172763. OLE color: 3172763.

HSL color Cylindrical-coordinate representation of color #9B6930: hue angle of 31.96º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B6930 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB15510548-
CMYK00.320.690.39
HSL31.96º52.71%39.8%-
HSV(B)31.96º69.03%60.78%-
XYZ19.117.295.13-
YUV113.4591.06157.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.32%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 48 (19.14% from 255) = 15.58%
R=50.32%
G=34.09%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551054800.320.690.3931.9652.7139.8
Hex9B69300204527203528
Octal2331516004010547406550
Binary10011011110100111000001000001000101100111100000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,105,48); }

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

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

 a { background-color: rgb(155,105,48); }

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

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

 span { border-color: rgb(155,105,48); }

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