Html Css Color HEX #6F775A Finch

📋 copy color: '#6F775A'

red 111 ◦ green 119 ◦ blue 90

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

Shades of Finch #6F775A

Tints of Finch #6F775A

RGB

 RED value IS 111 (43.75% from 255) = 34.69%

 GREEN value IS 119 (46.88% from 255) = 37.19%

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 34.69%
G = 37.19%
B = 28.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#6F775A (or 0x6F775A) is known color: Finch. HEX triplet: 6F, 77 and 5A. RGB value is (111,119,90). Sum of RGB (Red+Green+Blue) = 111+119+90=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #6F775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F775A is #9088A5. Grayscale: #717171. Windows color (decimal): -9472166 or 5928815. OLE color: 5928815.

HSL color Cylindrical-coordinate representation of color #6F775A: hue angle of 76.55º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F775A is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 119 90 -
CMYK 0.07 0 0.24 0.53
HSL 76.55º 0.14% 0.41% -
HSV(B) 76.55º 0.24% 0.47% -
XYZ 15 17.31 12.22 -
YUV 113.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 111 119 90 0.07 0 0.24 0.53 76.55 0.14 0.41
Hex 6F 77 5A 7 0 18 35 4D E 29
Octal 157 167 132 7 0 30 65 115 16 51
Binary 1101111 1110111 1011010 111 0 11000 110101 1001101 1110 101001

Color Harmonies of #6F775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F775A

Black with #6F775A

Text Example


Text Example

White with #6F775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F775A; }

 p { color: rgb(111,119,90); }

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

background-color css

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

 a { background-color: rgb(111,119,90); }

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

border-color css

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

 span { border-color: rgb(111,119,90); }

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