Html Css Color HEX #6F7065 Finch

📋 copy color: '#6F7065'

red 111 ◦ green 112 ◦ blue 101

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

Shades of Finch #6F7065

Tints of Finch #6F7065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.57%

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

R = 34.26%
G = 34.57%
B = 31.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F7065 (or 0x6F7065) is known color: Finch. HEX triplet: 6F, 70 and 65. RGB value is (111,112,101). Sum of RGB (Red+Green+Blue) = 111+112+101=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7065 is #908F9A. Grayscale: #6E6E6E. Windows color (decimal): -9473947 or 6647919. OLE color: 6647919.

HSL color Cylindrical-coordinate representation of color #6F7065: hue angle of 65.45º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F7065 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 112 101 -
CMYK 0.01 0 0.10 0.56
HSL 65.45º 0.05% 0.42% -
HSV(B) 65.45º 0.1% 0.44% -
XYZ 14.7 15.91 14.61 -
YUV 110.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 111 112 101 0.01 0 0.10 0.56 65.45 0.05 0.42
Hex 6F 70 65 1 0 A 38 41 5 2A
Octal 157 160 145 1 0 12 70 101 5 52
Binary 1101111 1110000 1100101 1 0 1010 111000 1000001 101 101010

Color Harmonies of #6F7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7065

Black with #6F7065

Text Example


Text Example

White with #6F7065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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