Html Css Color HEX #867065 Beaver

📋 copy color: '#867065'

red 134 ◦ green 112 ◦ blue 101

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

Shades of Beaver #867065

Tints of Beaver #867065

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

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

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

RGB 134 112 101 -
CMYK 0 0.16 0.25 0.47
HSL 20º 0.14% 0.46% -
HSV(B) 20º 0.25% 0.53% -
XYZ 17.97 17.6 14.76 -
YUV 117.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 134 112 101 0 0.16 0.25 0.47 20 0.14 0.46
Hex 86 70 65 0 10 19 2F 14 E 2E
Octal 206 160 145 0 20 31 57 24 16 56
Binary 10000110 1110000 1100101 0 10000 11001 101111 10100 1110 101110

Color Harmonies of #867065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867065

Black with #867065

Text Example


Text Example

White with #867065

Text Example


Text Example

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