Html Css Color HEX #866F63 Beaver

📋 copy color: '#866F63'

red 134 ◦ green 111 ◦ blue 99

#866F63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beaver #866F63

Tints of Beaver #866F63

RGB

 RED value IS 134 (52.73% from 255) = 38.95%

 GREEN value IS 111 (43.75% from 255) = 32.27%

 BLUE value IS 99 (39.06% from 255) = 28.78%

R = 38.95%
G = 32.27%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#866F63 (or 0x866F63) is known color: Beaver. HEX triplet: 86, 6F and 63. RGB value is (134,111,99). Sum of RGB (Red+Green+Blue) = 134+111+99=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #866F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F63 is #79909C. Grayscale: #747474. Windows color (decimal): -7966877 or 6516614. OLE color: 6516614.

HSL color Cylindrical-coordinate representation of color #866F63: hue angle of 20.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #866F63 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 111 99 -
CMYK 0 0.17 0.26 0.47
HSL 20.57º 0.15% 0.46% -
HSV(B) 20.57º 0.26% 0.53% -
XYZ 17.77 17.34 14.21 -
YUV 116.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 134 111 99 0 0.17 0.26 0.47 20.57 0.15 0.46
Hex 86 6F 63 0 11 1A 2F 15 F 2E
Octal 206 157 143 0 21 32 57 25 17 56
Binary 10000110 1101111 1100011 0 10001 11010 101111 10101 1111 101110

Color Harmonies of #866F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866F63

Black with #866F63

Text Example


Text Example

White with #866F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866F63; }

 p { color: rgb(134,111,99); }

 H1.HeaderClassName
 {
   color: #866F63;
 }
 .AnyTagClassName
 {
   color: #866F63;
 }
</style>

background-color css

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

 a { background-color: rgb(134,111,99); }

 div.DivClassName
 {
   background-color: #866F63;
 }
 .BgClassName
 {
   background-color: #866F63;
 }
</style>

border-color css

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

 span { border-color: rgb(134,111,99); }

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