#867066

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

Shades of Beaver #867066

Tints of Beaver #867066

Color information

#867066 (or 0x867066) is unknown color: approx Beaver. HEX triplet: 86, 70 and 66. RGB value is (134,112,102). Sum of RGB (Red+Green+Blue) = 134+112+102=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #867066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867066 is #798F99. Grayscale: #757575. Windows color (decimal): -7966618 or 6713478. OLE color: 6713478.

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

Color convert

RGB134112102-
CMYK00.160.240.47
HSL18.75º13.56%46.27%-
HSV(B)18.75º23.88%52.55%-
XYZ18.0217.6215.02-
YUV117.44119.29139.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=38.51%
G=32.18%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411210200.160.240.4718.7513.5646.27
Hex867066010182F13e2e
Octal2061601460203057231656
Binary100001101110000110011001000011000101111100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867066; }

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

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

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

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

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

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

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

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