#9B6929

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

Shades of Buttered Rum #9B6929

Tints of Buttered Rum #9B6929

Color information

#9B6929 (or 0x9B6929) is unknown color: approx Buttered Rum. HEX triplet: 9B, 69 and 29. RGB value is (155,105,41). Sum of RGB (Red+Green+Blue) = 155+105+41=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6929 is #6496D6. Grayscale: #707070. Windows color (decimal): -6592215 or 2714011. OLE color: 2714011.

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

Color convert

RGB15510541-
CMYK00.320.740.39
HSL33.68º58.16%38.43%-
HSV(B)33.68º73.55%60.78%-
XYZ18.9717.234.42-
YUV112.6587.56158.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 41 (16.41% from 255) = 13.62%
R=51.50%
G=34.88%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551054100.320.740.3933.6858.1638.43
Hex9B69290204A27223a26
Octal2331515104011247427246
Binary10011011110100110100101000001001010100111100010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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