#927366

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

Shades of Beaver #927366

Tints of Beaver #927366

Color information

#927366 (or 0x927366) is unknown color: approx Beaver. HEX triplet: 92, 73 and 66. RGB value is (146,115,102). Sum of RGB (Red+Green+Blue) = 146+115+102=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #927366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927366 is #6D8C99. Grayscale: #7A7A7A. Windows color (decimal): -7179418 or 6714258. OLE color: 6714258.

HSL color Cylindrical-coordinate representation of color #927366: hue angle of 17.73º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #927366 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB146115102-
CMYK00.210.300.43
HSL17.73º17.74%48.63%-
HSV(B)17.73º30.14%57.25%-
XYZ20.3819.3315.23-
YUV122.79116.27144.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.22%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=40.22%
G=31.68%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611510200.210.300.4317.7317.7448.63
Hex9273660151E2B121231
Octal2221631460253653222261
Binary1001001011100111100110010101111101010111001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927366; }

 p { color: rgb(146,115,102); }

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

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

 a { background-color: rgb(146,115,102); }

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

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

 span { border-color: rgb(146,115,102); }

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