#9B6A29

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

Shades of Buttered Rum #9B6A29

Tints of Buttered Rum #9B6A29

Color information

#9B6A29 (or 0x9B6A29) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6A and 29. RGB value is (155,106,41). Sum of RGB (Red+Green+Blue) = 155+106+41=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6A29 is #6495D6. Grayscale: #717171. Windows color (decimal): -6591959 or 2714267. OLE color: 2714267.

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

Color convert

RGB15510641-
CMYK00.320.740.39
HSL34.21º58.16%38.43%-
HSV(B)34.21º73.55%60.78%-
XYZ19.0717.444.46-
YUV113.2487.23157.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.32%
GREEN value IS 106 (41.80% from 255) = 35.10%
BLUE value IS 41 (16.41% from 255) = 13.58%
R=51.32%
G=35.10%
B=13.58%

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
Decimal1551064100.320.740.3934.2158.1638.43
Hex9B6A290204A27223a26
Octal2331525104011247427246
Binary10011011110101010100101000001001010100111100010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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