#967562

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

Shades of Beaver #967562

Tints of Beaver #967562

Color information

#967562 (or 0x967562) is unknown color: approx Beaver. HEX triplet: 96, 75 and 62. RGB value is (150,117,98). Sum of RGB (Red+Green+Blue) = 150+117+98=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #967562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967562 is #698A9D. Grayscale: #7C7C7C. Windows color (decimal): -6916766 or 6452630. OLE color: 6452630.

HSL color Cylindrical-coordinate representation of color #967562: hue angle of 21.92º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #967562 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB15011798-
CMYK00.220.350.41
HSL21.92º20.97%48.63%-
HSV(B)21.92º34.67%58.82%-
XYZ21.1420.0914.32-
YUV124.7112.93146.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=41.10%
G=32.05%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501179800.220.350.4121.9220.9748.63
Hex9675620162329161531
Octal2261651420264351262561
Binary10010110111010111000100101101000111010011011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967562; }

 p { color: rgb(150,117,98); }

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

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

 a { background-color: rgb(150,117,98); }

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

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

 span { border-color: rgb(150,117,98); }

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