#926D5C

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

Shades of Beaver #926D5C

Tints of Beaver #926D5C

Color information

#926D5C (or 0x926D5C) is unknown color: approx Beaver. HEX triplet: 92, 6D and 5C. RGB value is (146,109,92). Sum of RGB (Red+Green+Blue) = 146+109+92=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #926D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D5C is #6D92A3. Grayscale: #767676. Windows color (decimal): -7180964 or 6057362. OLE color: 6057362.

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

Color convert

RGB14610992-
CMYK00.250.370.43
HSL18.89º22.69%46.67%-
HSV(B)18.89º36.99%57.25%-
XYZ19.2517.8212.55-
YUV118.12113.26147.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=42.07%
G=31.41%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461099200.250.370.4318.8922.6946.67
Hex926D5C019252B13172f
Octal2221551340314553232757
Binary10010010110110110111000110011001011010111001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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