Html Css Color HEX #806B6A Ferra

📋 copy color: '#806B6A'

red 128 ◦ green 107 ◦ blue 106

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

Shades of Ferra #806B6A

Tints of Ferra #806B6A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.38%

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

R = 37.54%
G = 31.38%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#806B6A (or 0x806B6A) is known color: Ferra. HEX triplet: 80, 6B and 6A. RGB value is (128,107,106). Sum of RGB (Red+Green+Blue) = 128+107+106=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #806B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806B6A is #7F9495. Grayscale: #717171. Windows color (decimal): -8361110 or 6974336. OLE color: 6974336.

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

Color convert

RGB 128 107 106 -
CMYK 0 0.16 0.17 0.50
HSL 2.73º 0.09% 0.46% -
HSV(B) 2.73º 0.17% 0.5% -
XYZ 16.76 16.15 15.87 -
YUV 113.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 128 107 106 0 0.16 0.17 0.50 2.73 0.09 0.46
Hex 80 6B 6A 0 10 11 32 3 9 2E
Octal 200 153 152 0 20 21 62 3 11 56
Binary 10000000 1101011 1101010 0 10000 10001 110010 11 1001 101110

Color Harmonies of #806B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B6A

Black with #806B6A

Text Example


Text Example

White with #806B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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