Html Css Color HEX #806D6A Ferra

📋 copy color: '#806D6A'

red 128 ◦ green 109 ◦ blue 106

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

Shades of Ferra #806D6A

Tints of Ferra #806D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.78%

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

R = 37.32%
G = 31.78%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#806D6A (or 0x806D6A) is known color: Ferra. HEX triplet: 80, 6D and 6A. RGB value is (128,109,106). Sum of RGB (Red+Green+Blue) = 128+109+106=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #806D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D6A is #7F9295. Grayscale: #727272. Windows color (decimal): -8360598 or 6974848. OLE color: 6974848.

HSL color Cylindrical-coordinate representation of color #806D6A: hue angle of 8.18º 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 #806D6A is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 109 106 -
CMYK 0 0.15 0.17 0.50
HSL 8.18º 0.09% 0.46% -
HSV(B) 8.18º 0.17% 0.5% -
XYZ 16.97 16.57 15.94 -
YUV 114.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 128 109 106 0 0.15 0.17 0.50 8.18 0.09 0.46
Hex 80 6D 6A 0 F 11 32 8 9 2E
Octal 200 155 152 0 17 21 62 10 11 56
Binary 10000000 1101101 1101010 0 1111 10001 110010 1000 1001 101110

Color Harmonies of #806D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806D6A

Black with #806D6A

Text Example


Text Example

White with #806D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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