#926D5D

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

Shades of Beaver #926D5D

Tints of Beaver #926D5D

Color information

#926D5D (or 0x926D5D) is unknown color: approx Beaver. HEX triplet: 92, 6D and 5D. RGB value is (146,109,93). Sum of RGB (Red+Green+Blue) = 146+109+93=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #926D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D5D is #6D92A2. Grayscale: #767676. Windows color (decimal): -7180963 or 6122898. OLE color: 6122898.

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

Color convert

RGB14610993-
CMYK00.250.360.43
HSL18.11º22.18%46.86%-
HSV(B)18.11º36.3%57.25%-
XYZ19.317.8412.78-
YUV118.24113.76147.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=41.95%
G=31.32%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461099300.250.360.4318.1122.1846.86
Hex926D5D019242B12162f
Octal2221551350314453222657
Binary10010010110110110111010110011001001010111001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,109,93); }

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

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

 a { background-color: rgb(146,109,93); }

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

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

 span { border-color: rgb(146,109,93); }

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