#9B7156

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

Shades of Beaver #9B7156

Tints of Beaver #9B7156

Color information

#9B7156 (or 0x9B7156) is unknown color: approx Beaver. HEX triplet: 9B, 71 and 56. RGB value is (155,113,86). Sum of RGB (Red+Green+Blue) = 155+113+86=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7156 is #648EA9. Grayscale: #7A7A7A. Windows color (decimal): -6590122 or 5665179. OLE color: 5665179.

HSL color Cylindrical-coordinate representation of color #9B7156: hue angle of 23.48º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B7156 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB15511386-
CMYK00.270.450.39
HSL23.48º28.63%47.25%-
HSV(B)23.48º44.52%60.78%-
XYZ21.119.4511.45-
YUV122.48107.41151.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.79%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 86 (33.98% from 255) = 24.29%
R=43.79%
G=31.92%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551138600.270.450.3923.4828.6347.25
Hex9B715601B2D27171d2f
Octal2331611260335547273557
Binary10011011111000110101100110111011011001111011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,113,86); }

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

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

 a { background-color: rgb(155,113,86); }

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

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

 span { border-color: rgb(155,113,86); }

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