#967056

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

Shades of Beaver #967056

Tints of Beaver #967056

Color information

#967056 (or 0x967056) is unknown color: approx Beaver. HEX triplet: 96, 70 and 56. RGB value is (150,112,86). Sum of RGB (Red+Green+Blue) = 150+112+86=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #967056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967056 is #698FA9. Grayscale: #787878. Windows color (decimal): -6918058 or 5664918. OLE color: 5664918.

HSL color Cylindrical-coordinate representation of color #967056: hue angle of 24.37º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #967056 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15011286-
CMYK00.250.430.41
HSL24.37º27.12%46.27%-
HSV(B)24.37º42.67%58.82%-
XYZ20.0518.7411.37-
YUV120.4108.59149.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=43.10%
G=32.18%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501128600.250.430.4124.3727.1246.27
Hex9670560192B29181b2e
Octal2261601260315351303356
Binary10010110111000010101100110011010111010011100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967056; }

 p { color: rgb(150,112,86); }

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

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

 a { background-color: rgb(150,112,86); }

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

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

 span { border-color: rgb(150,112,86); }

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