Html Css Color HEX #867168 Beaver

📋 copy color: '#867168'

red 134 ◦ green 113 ◦ blue 104

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

Shades of Beaver #867168

Tints of Beaver #867168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.19%

 BLUE value IS 104 (41.02% from 255) = 29.63%

R = 38.18%
G = 32.19%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#867168 (or 0x867168) is known color: Beaver. HEX triplet: 86, 71 and 68. RGB value is (134,113,104). Sum of RGB (Red+Green+Blue) = 134+113+104=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #867168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867168 is #798E97. Grayscale: #767676. Windows color (decimal): -7966360 or 6844806. OLE color: 6844806.

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

Color convert

RGB 134 113 104 -
CMYK 0 0.16 0.22 0.47
HSL 18º 0.13% 0.47% -
HSV(B) 18º 0.22% 0.53% -
XYZ 18.24 17.88 15.59 -
YUV 118.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 134 113 104 0 0.16 0.22 0.47 18 0.13 0.47
Hex 86 71 68 0 10 16 2F 12 D 2F
Octal 206 161 150 0 20 26 57 22 15 57
Binary 10000110 1110001 1101000 0 10000 10110 101111 10010 1101 101111

Color Harmonies of #867168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867168

Black with #867168

Text Example


Text Example

White with #867168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867168; }

 p { color: rgb(134,113,104); }

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

background-color css

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

 a { background-color: rgb(134,113,104); }

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

border-color css

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

 span { border-color: rgb(134,113,104); }

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