Html Css Color HEX #806C6B Ferra

📋 copy color: '#806C6B'

red 128 ◦ green 108 ◦ blue 107

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

Shades of Ferra #806C6B

Tints of Ferra #806C6B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.49%

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

R = 37.32%
G = 31.49%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#806C6B (or 0x806C6B) is known color: Ferra. HEX triplet: 80, 6C and 6B. RGB value is (128,108,107). Sum of RGB (Red+Green+Blue) = 128+108+107=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #806C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C6B is #7F9394. Grayscale: #717171. Windows color (decimal): -8360853 or 7040128. OLE color: 7040128.

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

Color convert

RGB 128 108 107 -
CMYK 0 0.16 0.16 0.50
HSL 2.86º 0.09% 0.46% -
HSV(B) 2.86º 0.16% 0.5% -
XYZ 16.92 16.38 16.18 -
YUV 113.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 128 108 107 0 0.16 0.16 0.50 2.86 0.09 0.46
Hex 80 6C 6B 0 10 10 32 3 9 2E
Octal 200 154 153 0 20 20 62 3 11 56
Binary 10000000 1101100 1101011 0 10000 10000 110010 11 1001 101110

Color Harmonies of #806C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C6B

Black with #806C6B

Text Example


Text Example

White with #806C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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