Html Css Color HEX #866B68 Ferra

📋 copy color: '#866B68'

red 134 ◦ green 107 ◦ blue 104

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

Shades of Ferra #866B68

Tints of Ferra #866B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.01%

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

R = 38.84%
G = 31.01%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#866B68 (or 0x866B68) is known color: Ferra. HEX triplet: 86, 6B and 68. RGB value is (134,107,104). Sum of RGB (Red+Green+Blue) = 134+107+104=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #866B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B68 is #799497. Grayscale: #727272. Windows color (decimal): -7967896 or 6843270. OLE color: 6843270.

HSL color Cylindrical-coordinate representation of color #866B68: hue angle of 6º 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 #866B68 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 107 104 -
CMYK 0 0.20 0.22 0.47
HSL 0.13% 0.47% -
HSV(B) 0.22% 0.53% -
XYZ 17.59 16.58 15.37 -
YUV 114.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 134 107 104 0 0.20 0.22 0.47 6 0.13 0.47
Hex 86 6B 68 0 14 16 2F 6 D 2F
Octal 206 153 150 0 24 26 57 6 15 57
Binary 10000110 1101011 1101000 0 10100 10110 101111 110 1101 101111

Color Harmonies of #866B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866B68

Black with #866B68

Text Example


Text Example

White with #866B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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