Html Css Color HEX #806969 Ferra

📋 copy color: '#806969'

red 128 ◦ green 105 ◦ blue 105

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

Shades of Ferra #806969

Tints of Ferra #806969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.07%

 BLUE value IS 105 (41.41% from 255) = 31.07%

R = 37.87%
G = 31.07%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#806969 (or 0x806969) is known color: Ferra. HEX triplet: 80, 69 and 69. RGB value is (128,105,105). Sum of RGB (Red+Green+Blue) = 128+105+105=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #806969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806969 is #7F9696. Grayscale: #6F6F6F. Windows color (decimal): -8361623 or 6908288. OLE color: 6908288.

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

Color convert

RGB 128 105 105 -
CMYK 0 0.18 0.18 0.50
HSL 0.1% 0.46% -
HSV(B) 0.18% 0.5% -
XYZ 16.5 15.71 15.53 -
YUV 111.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 128 105 105 0 0.18 0.18 0.50 0 0.1 0.46
Hex 80 69 69 0 12 12 32 0 A 2E
Octal 200 151 151 0 22 22 62 0 12 56
Binary 10000000 1101001 1101001 0 10010 10010 110010 0 1010 101110

Color Harmonies of #806969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806969

Black with #806969

Text Example


Text Example

White with #806969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806969; }

 p { color: rgb(128,105,105); }

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

background-color css

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

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

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

border-color css

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

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

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