#926D60

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

Shades of Beaver #926D60

Tints of Beaver #926D60

Color information

#926D60 (or 0x926D60) is unknown color: approx Beaver. HEX triplet: 92, 6D and 60. RGB value is (146,109,96). Sum of RGB (Red+Green+Blue) = 146+109+96=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 146 - color contains mainly: red. Hex color #926D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D60 is #6D929F. Grayscale: #767676. Windows color (decimal): -7180960 or 6319506. OLE color: 6319506.

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

Color convert

RGB14610996-
CMYK00.250.340.43
HSL15.6º20.66%47.45%-
HSV(B)15.6º34.25%57.25%-
XYZ19.4317.8913.5-
YUV118.58115.26147.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.60%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=41.60%
G=31.05%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461099600.250.340.4315.620.6647.45
Hex926D60019222B10152f
Octal2221551400314253202557
Binary10010010110110111000000110011000101010111000010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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