Html Css Color HEX #6F7062 Finch

📋 copy color: '#6F7062'

red 111 ◦ green 112 ◦ blue 98

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

Shades of Finch #6F7062

Tints of Finch #6F7062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.53%

R = 34.58%
G = 34.89%
B = 30.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F7062 (or 0x6F7062) is known color: Finch. HEX triplet: 6F, 70 and 62. RGB value is (111,112,98). Sum of RGB (Red+Green+Blue) = 111+112+98=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7062 is #908F9D. Grayscale: #6E6E6E. Windows color (decimal): -9473950 or 6451311. OLE color: 6451311.

HSL color Cylindrical-coordinate representation of color #6F7062: hue angle of 64.29º degrees, saturation: 0.07, 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 #6F7062 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 112 98 -
CMYK 0.01 0 0.13 0.56
HSL 64.29º 0.07% 0.41% -
HSV(B) 64.29º 0.13% 0.44% -
XYZ 14.55 15.85 13.85 -
YUV 110.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 111 112 98 0.01 0 0.13 0.56 64.29 0.07 0.41
Hex 6F 70 62 1 0 D 38 40 7 29
Octal 157 160 142 1 0 15 70 100 7 51
Binary 1101111 1110000 1100010 1 0 1101 111000 1000000 111 101001

Color Harmonies of #6F7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7062

Black with #6F7062

Text Example


Text Example

White with #6F7062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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