#867065

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

Shades of Beaver #867065

Tints of Beaver #867065

Color information

#867065 (or 0x867065) is unknown color: approx Beaver. HEX triplet: 86, 70 and 65. RGB value is (134,112,101). Sum of RGB (Red+Green+Blue) = 134+112+101=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #867065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867065 is #798F9A. Grayscale: #757575. Windows color (decimal): -7966619 or 6647942. OLE color: 6647942.

HSL color Cylindrical-coordinate representation of color #867065: hue angle of 20º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867065 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB134112101-
CMYK00.160.250.47
HSL20º14.04%46.08%-
HSV(B)20º24.63%52.55%-
XYZ17.9717.614.76-
YUV117.32118.79139.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 101 (39.84% from 255) = 29.11%
R=38.62%
G=32.28%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411210100.160.250.472014.0446.08
Hex867065010192F14e2e
Octal2061601450203157241656
Binary100001101110000110010101000011001101111101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867065; }

 p { color: rgb(134,112,101); }

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

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

 a { background-color: rgb(134,112,101); }

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

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

 span { border-color: rgb(134,112,101); }

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