#926B59

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

Shades of Beaver #926B59

Tints of Beaver #926B59

Color information

#926B59 (or 0x926B59) is unknown color: approx Beaver. HEX triplet: 92, 6B and 59. RGB value is (146,107,89). Sum of RGB (Red+Green+Blue) = 146+107+89=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #926B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B59 is #6D94A6. Grayscale: #747474. Windows color (decimal): -7181479 or 5860242. OLE color: 5860242.

HSL color Cylindrical-coordinate representation of color #926B59: hue angle of 18.95º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #926B59 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB14610789-
CMYK00.270.390.43
HSL18.95º24.26%46.08%-
HSV(B)18.95º39.04%57.25%-
XYZ18.9117.3511.8-
YUV116.61112.42148.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.69%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=42.69%
G=31.29%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461078900.270.390.4318.9524.2646.08
Hex926B5901B272B13182e
Octal2221531310334753233056
Binary10010010110101110110010110111001111010111001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926B59; }

 p { color: rgb(146,107,89); }

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

<style>
 a { background-color: #926B59; }

 a { background-color: rgb(146,107,89); }

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

<style>
 span { border-color: #926B59; }

 span { border-color: rgb(146,107,89); }

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