Html Css Color HEX #6F7165 Finch

📋 copy color: '#6F7165'

red 111 ◦ green 113 ◦ blue 101

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

Shades of Finch #6F7165

Tints of Finch #6F7165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 34.15%
G = 34.77%
B = 31.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F7165 (or 0x6F7165) is known color: Finch. HEX triplet: 6F, 71 and 65. RGB value is (111,113,101). Sum of RGB (Red+Green+Blue) = 111+113+101=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7165 is #908E9A. Grayscale: #6F6F6F. Windows color (decimal): -9473691 or 6648175. OLE color: 6648175.

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

Color convert

RGB 111 113 101 -
CMYK 0.02 0 0.11 0.56
HSL 70º 0.06% 0.42% -
HSV(B) 70º 0.11% 0.44% -
XYZ 14.81 16.13 14.64 -
YUV 111.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 111 113 101 0.02 0 0.11 0.56 70 0.06 0.42
Hex 6F 71 65 2 0 B 38 46 6 2A
Octal 157 161 145 2 0 13 70 106 6 52
Binary 1101111 1110001 1100101 10 0 1011 111000 1000110 110 101010

Color Harmonies of #6F7165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7165

Black with #6F7165

Text Example


Text Example

White with #6F7165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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