#926F61

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

Shades of Beaver #926F61

Tints of Beaver #926F61

Color information

#926F61 (or 0x926F61) is unknown color: approx Beaver. HEX triplet: 92, 6F and 61. RGB value is (146,111,97). Sum of RGB (Red+Green+Blue) = 146+111+97=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #926F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F61 is #6D909E. Grayscale: #777777. Windows color (decimal): -7180447 or 6385554. OLE color: 6385554.

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

Color convert

RGB14611197-
CMYK00.240.340.43
HSL17.14º20.16%47.65%-
HSV(B)17.14º33.56%57.25%-
XYZ19.718.3413.81-
YUV119.87115.1146.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 111 (43.75% from 255) = 31.36%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=41.24%
G=31.36%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461119700.240.340.4317.1420.1647.65
Hex926F61018222B111430
Octal2221571410304253212460
Binary10010010110111111000010110001000101010111000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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