#9B7628

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

Shades of Buttered Rum #9B7628

Tints of Buttered Rum #9B7628

Color information

#9B7628 (or 0x9B7628) is unknown color: approx Buttered Rum. HEX triplet: 9B, 76 and 28. RGB value is (155,118,40). Sum of RGB (Red+Green+Blue) = 155+118+40=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7628 is #6489D7. Grayscale: #787878. Windows color (decimal): -6588888 or 2651803. OLE color: 2651803.

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

Color convert

RGB15511840-
CMYK00.240.740.39
HSL40.7º58.97%38.24%-
HSV(B)40.7º74.19%60.78%-
XYZ20.3820.084.81-
YUV120.1782.76152.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 40 (16.02% from 255) = 12.78%
R=49.52%
G=37.70%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551184000.240.740.3940.758.9738.24
Hex9B76280184A27293b26
Octal2331665003011247517346
Binary1001101111101101010000110001001010100111101001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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