Html Css Color HEX #6F7161 Finch

📋 copy color: '#6F7161'

red 111 ◦ green 113 ◦ blue 97

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

Shades of Finch #6F7161

Tints of Finch #6F7161

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

 BLUE value IS 97 (38.28% from 255) = 30.22%

R = 34.58%
G = 35.2%
B = 30.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F7161 (or 0x6F7161) is known color: Finch. HEX triplet: 6F, 71 and 61. RGB value is (111,113,97). Sum of RGB (Red+Green+Blue) = 111+113+97=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7161 is #908E9E. Grayscale: #6E6E6E. Windows color (decimal): -9473695 or 6386031. OLE color: 6386031.

HSL color Cylindrical-coordinate representation of color #6F7161: hue angle of 67.5º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F7161 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 113 97 -
CMYK 0.02 0 0.14 0.56
HSL 67.5º 0.08% 0.41% -
HSV(B) 67.5º 0.14% 0.44% -
XYZ 14.62 16.05 13.64 -
YUV 110.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 111 113 97 0.02 0 0.14 0.56 67.5 0.08 0.41
Hex 6F 71 61 2 0 E 38 44 8 29
Octal 157 161 141 2 0 16 70 104 10 51
Binary 1101111 1110001 1100001 10 0 1110 111000 1000100 1000 101001

Color Harmonies of #6F7161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7161

Black with #6F7161

Text Example


Text Example

White with #6F7161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,113,97); }

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

background-color css

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

 a { background-color: rgb(111,113,97); }

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

border-color css

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

 span { border-color: rgb(111,113,97); }

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