#9B7E3C

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

Shades of Buttered Rum #9B7E3C

Tints of Buttered Rum #9B7E3C

Color information

#9B7E3C (or 0x9B7E3C) is unknown color: approx Buttered Rum. HEX triplet: 9B, 7E and 3C. RGB value is (155,126,60). Sum of RGB (Red+Green+Blue) = 155+126+60=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7E3C is #6481C3. Grayscale: #7F7F7F. Windows color (decimal): -6586820 or 3964571. OLE color: 3964571.

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

Color convert

RGB15512660-
CMYK00.190.610.39
HSL41.68º44.19%42.16%-
HSV(B)41.68º61.29%60.78%-
XYZ21.7922.227.41-
YUV127.1590.11147.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 60 (23.83% from 255) = 17.60%
R=45.45%
G=36.95%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551266000.190.610.3941.6844.1942.16
Hex9B7E3C0133D272a2c2a
Octal233176740237547525452
Binary100110111111110111100010011111101100111101010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,126,60); }

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

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

 a { background-color: rgb(155,126,60); }

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

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

 span { border-color: rgb(155,126,60); }

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