#9B763A

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

Shades of Buttered Rum #9B763A

Tints of Buttered Rum #9B763A

Color information

#9B763A (or 0x9B763A) is unknown color: approx Buttered Rum. HEX triplet: 9B, 76 and 3A. RGB value is (155,118,58). Sum of RGB (Red+Green+Blue) = 155+118+58=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B763A is #6489C5. Grayscale: #7A7A7A. Windows color (decimal): -6588870 or 3831451. OLE color: 3831451.

HSL color Cylindrical-coordinate representation of color #9B763A: hue angle of 37.11º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B763A is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB15511858-
CMYK00.240.630.39
HSL37.11º45.54%41.76%-
HSV(B)37.11º62.58%60.78%-
XYZ20.7620.236.81-
YUV122.2291.76151.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.83%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=46.83%
G=35.65%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551185800.240.630.3937.1145.5441.76
Hex9B763A0183F27252e2a
Octal233166720307747455652
Binary100110111110110111010011000111111100111100101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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