Html Css Color HEX #867066 Beaver

📋 copy color: '#867066'

red 134 ◦ green 112 ◦ blue 102

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

Shades of Beaver #867066

Tints of Beaver #867066

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 value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#867066 (or 0x867066) is known color: 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

RGB 134 112 102 -
CMYK 0 0.16 0.24 0.47
HSL 18.75º 0.14% 0.46% -
HSV(B) 18.75º 0.24% 0.53% -
XYZ 18.02 17.62 15.02 -
YUV 117.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 134 112 102 0 0.16 0.24 0.47 18.75 0.14 0.46
Hex 86 70 66 0 10 18 2F 13 E 2E
Octal 206 160 146 0 20 30 57 23 16 56
Binary 10000110 1110000 1100110 0 10000 11000 101111 10011 1110 101110

Color Harmonies of #867066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867066

Black with #867066

Text Example


Text Example

White with #867066

Text Example


Text Example

HTML Codes & Css Web 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>