Html Css Color HEX #6F7056 Finch

📋 copy color: '#6F7056'

red 111 ◦ green 112 ◦ blue 86

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

Shades of Finch #6F7056

Tints of Finch #6F7056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.83%

R = 35.92%
G = 36.25%
B = 27.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F7056 (or 0x6F7056) is known color: Finch. HEX triplet: 6F, 70 and 56. RGB value is (111,112,86). Sum of RGB (Red+Green+Blue) = 111+112+86=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7056 is #908FA9. Grayscale: #6C6C6C. Windows color (decimal): -9473962 or 5664879. OLE color: 5664879.

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

Color convert

RGB 111 112 86 -
CMYK 0.01 0 0.23 0.56
HSL 62.31º 0.13% 0.39% -
HSV(B) 62.31º 0.23% 0.44% -
XYZ 14.03 15.64 11.08 -
YUV 108.74 115.17 129.61 -
System Red Green Blue C M Y K H S L
Decimal 111 112 86 0.01 0 0.23 0.56 62.31 0.13 0.39
Hex 6F 70 56 1 0 17 38 3E D 27
Octal 157 160 126 1 0 27 70 76 15 47
Binary 1101111 1110000 1010110 1 0 10111 111000 111110 1101 100111

Color Harmonies of #6F7056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7056

Black with #6F7056

Text Example


Text Example

White with #6F7056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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