Html Css Color HEX #806D6B Ferra

📋 copy color: '#806D6B'

red 128 ◦ green 109 ◦ blue 107

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

Shades of Ferra #806D6B

Tints of Ferra #806D6B

RGB

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

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

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

R = 37.21%
G = 31.69%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#806D6B (or 0x806D6B) is known color: Ferra. HEX triplet: 80, 6D and 6B. RGB value is (128,109,107). Sum of RGB (Red+Green+Blue) = 128+109+107=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #806D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D6B is #7F9294. Grayscale: #727272. Windows color (decimal): -8360597 or 7040384. OLE color: 7040384.

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

Color convert

RGB 128 109 107 -
CMYK 0 0.15 0.16 0.50
HSL 5.71º 0.09% 0.46% -
HSV(B) 5.71º 0.16% 0.5% -
XYZ 17.02 16.59 16.21 -
YUV 114.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 128 109 107 0 0.15 0.16 0.50 5.71 0.09 0.46
Hex 80 6D 6B 0 F 10 32 6 9 2E
Octal 200 155 153 0 17 20 62 6 11 56
Binary 10000000 1101101 1101011 0 1111 10000 110010 110 1001 101110

Color Harmonies of #806D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806D6B

Black with #806D6B

Text Example


Text Example

White with #806D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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