#926F59

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

Shades of Beaver #926F59

Tints of Beaver #926F59

Color information

#926F59 (or 0x926F59) is unknown color: approx Beaver. HEX triplet: 92, 6F and 59. RGB value is (146,111,89). Sum of RGB (Red+Green+Blue) = 146+111+89=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #926F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F59 is #6D90A6. Grayscale: #777777. Windows color (decimal): -7180455 or 5861266. OLE color: 5861266.

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

Color convert

RGB14611189-
CMYK00.240.390.43
HSL23.16º24.26%46.08%-
HSV(B)23.16º39.04%57.25%-
XYZ19.3418.211.94-
YUV118.96111.1147.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=42.20%
G=32.08%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461118900.240.390.4323.1624.2646.08
Hex926F59018272B17182e
Octal2221571310304753273056
Binary10010010110111110110010110001001111010111011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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