#926C5E

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

Shades of Beaver #926C5E

Tints of Beaver #926C5E

Color information

#926C5E (or 0x926C5E) is unknown color: approx Beaver. HEX triplet: 92, 6C and 5E. RGB value is (146,108,94). Sum of RGB (Red+Green+Blue) = 146+108+94=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #926C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926C5E is #6D93A1. Grayscale: #757575. Windows color (decimal): -7181218 or 6188178. OLE color: 6188178.

HSL color Cylindrical-coordinate representation of color #926C5E: hue angle of 16.15º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #926C5E is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14610894-
CMYK00.260.360.43
HSL16.15º21.67%47.06%-
HSV(B)16.15º35.62%57.25%-
XYZ19.2417.6412.98-
YUV117.77114.59148.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=41.95%
G=31.03%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461089400.260.360.4316.1521.6747.06
Hex926C5E01A242B10162f
Octal2221541360324453202657
Binary10010010110110010111100110101001001010111000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,108,94); }

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

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

 a { background-color: rgb(146,108,94); }

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

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

 span { border-color: rgb(146,108,94); }

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