#927761

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

Shades of Beaver #927761

Tints of Beaver #927761

Color information

#927761 (or 0x927761) is unknown color: approx Beaver. HEX triplet: 92, 77 and 61. RGB value is (146,119,97). Sum of RGB (Red+Green+Blue) = 146+119+97=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #927761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927761 is #6D889E. Grayscale: #7C7C7C. Windows color (decimal): -7178399 or 6387602. OLE color: 6387602.

HSL color Cylindrical-coordinate representation of color #927761: hue angle of 26.94º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #927761 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14611997-
CMYK00.180.340.43
HSL26.94º20.16%47.65%-
HSV(B)26.94º33.56%57.25%-
XYZ20.6120.1714.12-
YUV124.56112.45143.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 119 (46.88% from 255) = 32.87%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=40.33%
G=32.87%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461199700.180.340.4326.9420.1647.65
Hex927761012222B1b1430
Octal2221671410224253332460
Binary10010010111011111000010100101000101010111101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927761; }

 p { color: rgb(146,119,97); }

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

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

 a { background-color: rgb(146,119,97); }

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

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

 span { border-color: rgb(146,119,97); }

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