Html Css Color HEX #806E6A Ferra

📋 copy color: '#806E6A'

red 128 ◦ green 110 ◦ blue 106

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

Shades of Ferra #806E6A

Tints of Ferra #806E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 37.21%
G = 31.98%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#806E6A (or 0x806E6A) is known color: Ferra. HEX triplet: 80, 6E and 6A. RGB value is (128,110,106). Sum of RGB (Red+Green+Blue) = 128+110+106=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #806E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806E6A is #7F9195. Grayscale: #727272. Windows color (decimal): -8360342 or 6975104. OLE color: 6975104.

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

Color convert

RGB 128 110 106 -
CMYK 0 0.14 0.17 0.50
HSL 10.91º 0.09% 0.46% -
HSV(B) 10.91º 0.17% 0.5% -
XYZ 17.08 16.78 15.97 -
YUV 114.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 128 110 106 0 0.14 0.17 0.50 10.91 0.09 0.46
Hex 80 6E 6A 0 E 11 32 B 9 2E
Octal 200 156 152 0 16 21 62 13 11 56
Binary 10000000 1101110 1101010 0 1110 10001 110010 1011 1001 101110

Color Harmonies of #806E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806E6A

Black with #806E6A

Text Example


Text Example

White with #806E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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