Html Css Color HEX #806E6B Ferra

📋 copy color: '#806E6B'

red 128 ◦ green 110 ◦ blue 107

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

Shades of Ferra #806E6B

Tints of Ferra #806E6B

RGB

 RED value IS 128 (50.39% from 255) = 37.1%

 GREEN value IS 110 (43.36% from 255) = 31.88%

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

R = 37.1%
G = 31.88%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#806E6B (or 0x806E6B) is known color: Ferra. HEX triplet: 80, 6E and 6B. RGB value is (128,110,107). Sum of RGB (Red+Green+Blue) = 128+110+107=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 128 - color contains mainly: red. Hex color #806E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806E6B is #7F9194. Grayscale: #737373. Windows color (decimal): -8360341 or 7040640. OLE color: 7040640.

HSL color Cylindrical-coordinate representation of color #806E6B: hue angle of 8.57º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #806E6B is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 110 107 -
CMYK 0 0.14 0.16 0.50
HSL 8.57º 0.09% 0.46% -
HSV(B) 8.57º 0.16% 0.5% -
XYZ 17.13 16.8 16.25 -
YUV 115.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 128 110 107 0 0.14 0.16 0.50 8.57 0.09 0.46
Hex 80 6E 6B 0 E 10 32 9 9 2E
Octal 200 156 153 0 16 20 62 11 11 56
Binary 10000000 1101110 1101011 0 1110 10000 110010 1001 1001 101110

Color Harmonies of #806E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806E6B

Black with #806E6B

Text Example


Text Example

White with #806E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806E6B; }

 p { color: rgb(128,110,107); }

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

background-color css

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

 a { background-color: rgb(128,110,107); }

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

border-color css

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

 span { border-color: rgb(128,110,107); }

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