#9B6928

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

Shades of Buttered Rum #9B6928

Tints of Buttered Rum #9B6928

Color information

#9B6928 (or 0x9B6928) is unknown color: approx Buttered Rum. HEX triplet: 9B, 69 and 28. RGB value is (155,105,40). Sum of RGB (Red+Green+Blue) = 155+105+40=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6928 is #6496D7. Grayscale: #707070. Windows color (decimal): -6592216 or 2648475. OLE color: 2648475.

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

Color convert

RGB15510540-
CMYK00.320.740.39
HSL33.91º58.97%38.24%-
HSV(B)33.91º74.19%60.78%-
XYZ18.9517.224.33-
YUV112.5487.06158.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.67%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 40 (16.02% from 255) = 13.33%
R=51.67%
G=35%
B=13.33%

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
Decimal1551054000.320.740.3933.9158.9738.24
Hex9B69280204A27223b26
Octal2331515004011247427346
Binary10011011110100110100001000001001010100111100010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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