Html Css Color HEX #6F7063 Finch

📋 copy color: '#6F7063'

red 111 ◦ green 112 ◦ blue 99

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

Shades of Finch #6F7063

Tints of Finch #6F7063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.75%

R = 34.47%
G = 34.78%
B = 30.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F7063 (or 0x6F7063) is known color: Finch. HEX triplet: 6F, 70 and 63. RGB value is (111,112,99). Sum of RGB (Red+Green+Blue) = 111+112+99=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7063 is #908F9C. Grayscale: #6E6E6E. Windows color (decimal): -9473949 or 6516847. OLE color: 6516847.

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

Color convert

RGB 111 112 99 -
CMYK 0.01 0 0.12 0.56
HSL 64.62º 0.06% 0.41% -
HSV(B) 64.62º 0.12% 0.44% -
XYZ 14.6 15.87 14.1 -
YUV 110.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 111 112 99 0.01 0 0.12 0.56 64.62 0.06 0.41
Hex 6F 70 63 1 0 C 38 41 6 29
Octal 157 160 143 1 0 14 70 101 6 51
Binary 1101111 1110000 1100011 1 0 1100 111000 1000001 110 101001

Color Harmonies of #6F7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7063

Black with #6F7063

Text Example


Text Example

White with #6F7063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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